From 52a8e05ea057088c2c793bf93de060e2a35241c3 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 7 Jul 2024 15:50:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh --- rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh b/rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh index 15a48bd..2cc86a1 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-nextcloud.sh @@ -119,9 +119,9 @@ SERVICE_UID="0" # set the user id SERVICE_GID="0" # set the group id # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # execute command variables - keep single quotes variables will be expanded later -EXEC_CMD_BIN='next-cloud' # command to execute -EXEC_CMD_ARGS='' # command arguments -EXEC_PRE_SCRIPT='' # execute script before +EXEC_CMD_BIN='next-cloud' # command to execute +EXEC_CMD_ARGS='' # command arguments +EXEC_PRE_SCRIPT='sleep 60' # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server IS_WEB_SERVER="no"