mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
cron.sh - remove set -eu
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
88fc99978d
commit
2d8fb5a97e
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
wait_for_cron() {
|
||||
set -x
|
||||
while [ -n "$(pgrep -f /var/www/html/cron.php)" ]; do
|
||||
|
|
Loading…
Reference in a new issue