diff --git a/Containers/nextcloud/cron.sh b/Containers/nextcloud/cron.sh index a8f6c522..0b888279 100644 --- a/Containers/nextcloud/cron.sh +++ b/Containers/nextcloud/cron.sh @@ -1,6 +1,4 @@ #!/bin/bash -set -eu - wait_for_cron() { set -x while [ -n "$(pgrep -f /var/www/html/cron.php)" ]; do