Explorar o código

Fixed Update Part (#1851)

there was a missing '
nicedevil007 hai 1 ano
pai
achega
c1627e1ce7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ct/alpine-nextcloud.sh

+ 1 - 1
ct/alpine-nextcloud.sh

@@ -74,7 +74,7 @@ function update_script() {
     header_info
     header_info
     case $CHOICE in
     case $CHOICE in
     1)
     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" ]
       if [ -z "$INSTALLED" ]
       then
       then
         apk update && apk upgrade
         apk update && apk upgrade