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