diff --git a/init.sh b/init.sh index 65914ed..b503e23 100644 --- a/init.sh +++ b/init.sh @@ -1,5 +1,5 @@ python -c 'from owl import *; starting_message()' # Run starting message and logo python main.py # Run Update once directly at the start -echo "$CRONVARS2" "cd /app && python main.py" >> mycron +echo "$CRONVARS2" "cd /app && python main.py" > mycron crontab mycron -crond -f \ No newline at end of file +crond -f