mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00: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…
Add table
Add a link
Reference in a new issue