From dc8e16bb27906baa170f4ee157e548410c40a014 Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:12:53 +0200 Subject: [PATCH] Update alpine-nextcloud.sh --- ct/alpine-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index 686f0d5b..7a15903c 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -80,7 +80,7 @@ function update_script() { su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ upgrade' su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ db:add-missing-indices' else - msg_error "${APP} not initialized for the first time, go to the WebUI first." + msg_error "${APP} not initialized, go to the WebUI and run the Setup-Wizard first.\n" fi exit ;;