From c1627e1ce77f47f78883aca35d15d718fc060201 Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:11:57 +0200 Subject: [PATCH] Fixed Update Part (#1851) there was a missing ' --- 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 aac6be33..8931f824 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -74,7 +74,7 @@ function update_script() { header_info case $CHOICE in 1) - INSTALLED=$(grep -Rnw '/usr/share/webapps/nextcloud/config/config.php' -e '\'installed\'' => false,') + INSTALLED=$(grep -Rnw '/usr/share/webapps/nextcloud/config/config.php' -e ''\'installed\'' => false,') if [ -z "$INSTALLED" ] then apk update && apk upgrade