From 6528ef71628277f5489eadd2db051d2b9185dfdd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 5 Jan 2021 22:48:27 +1100 Subject: [PATCH] fixes for cron --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e74e9e3..10936d7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -84,7 +84,6 @@ fi # Set permission for web server to create/update files chown -R invoiceninja:www-data /var/www/app/storage /var/www/app/public /var/www/app/bootstrap -chmod +x /usr/local/bin/cron.sh # Initialize values that might be stored in a file file_env 'APP_KEY'