Browse Source

Don't show error if cron.txt is not found

Rafał Pitoń 7 years ago
parent
commit
fd5ab0be53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      initdev

+ 1 - 1
initdev

@@ -7,7 +7,7 @@ python extras/createdevproject.py $PROJECT_NAME /srv/misago
 
 # Clean up unnecessary project files
 rm -rf theme
-rm cron.txt
+rm -f cron.txt
 
 # Database
 ./extras/wait_for_postgres.sh