Sfoglia il codice sorgente

Fixed Update Part (#1851)

there was a missing '
nicedevil007 1 anno fa
parent
commit
c1627e1ce7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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