mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-04 04:51:59 +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
|
#!/bin/bash
|
||||||
set -eu
|
|
||||||
|
|
||||||
wait_for_cron() {
|
wait_for_cron() {
|
||||||
set -x
|
set -x
|
||||||
while [ -n "$(pgrep -f /var/www/html/cron.php)" ]; do
|
while [ -n "$(pgrep -f /var/www/html/cron.php)" ]; do
|
||||||
|
|
Loading…
Reference in a new issue