ericgaspar 4 年之前
父節點
當前提交
9b37ceba4d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      check_process
  2. 1 1
      scripts/install

+ 1 - 1
check_process

@@ -27,7 +27,7 @@
         multi_instance=1
         multi_instance=1
         port_already_use=0
         port_already_use=0
         change_url=0
         change_url=0
-        config_panel=1
+        config_panel=0
 ;; Test actions without encryption
 ;; Test actions without encryption
 # Actions can't be tested with the encryption on, because LXC does not support fuse.
 # Actions can't be tested with the encryption on, because LXC does not support fuse.
     ; Manifest
     ; Manifest

+ 1 - 1
scripts/install

@@ -127,7 +127,7 @@ then
     while read backup_app
     while read backup_app
     do
     do
         ynh_replace_string --match_string="^ynh_app_backup=$" --replace_string="ynh_app_backup=$backup_app\n&" --target_file="$config_file"
         ynh_replace_string --match_string="^ynh_app_backup=$" --replace_string="ynh_app_backup=$backup_app\n&" --target_file="$config_file"
-    done <<< "$(yunohost app list -i | grep id: | sed 's/.*id: //')"
+    done <<< "$(yunohost app list | grep id: | sed 's/.*id: //')"
 fi
 fi
 
 
 # Calculate and store the config file checksum into the app settings
 # Calculate and store the config file checksum into the app settings