浏览代码

Fixed Update Part (#1851)

there was a missing '
nicedevil007 1 年之前
父节点
当前提交
c1627e1ce7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/alpine-nextcloud.sh

+ 1 - 1
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