From 2d8fb5a97e45334b20fc59f5e0b02c4f3e63573a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 10 Apr 2024 16:47:00 +0200 Subject: [PATCH] cron.sh - remove set -eu Signed-off-by: Simon L --- Containers/nextcloud/cron.sh | 2 -- 1 file changed, 2 deletions(-) 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