added exit line

This commit is contained in:
gyurix
2024-07-20 16:41:30 +02:00
parent 3a4b3ac4e9
commit e6944df22a

View File

@@ -83,6 +83,8 @@ echo `date`" Webserver initialized"
# TESTING # TESTING
sleep 86400 sleep 86400
exit
# poll redis infinitely for scheduler jobs # poll redis infinitely for scheduler jobs
check_redis_availability $REDIS_SERVER $REDIS_PORT $CURL_RETRIES $CURL_SLEEP_SHORT check_redis_availability $REDIS_SERVER $REDIS_PORT $CURL_RETRIES $CURL_SLEEP_SHORT