cron.sh - remove set -eu

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-04-10 16:47:00 +02:00
parent 88fc99978d
commit 2d8fb5a97e

View file

@ -1,6 +1,4 @@
#!/bin/bash
set -eu
wait_for_cron() {
set -x
while [ -n "$(pgrep -f /var/www/html/cron.php)" ]; do