From 9b37ceba4df40d96db6888bcdd7bdf4df5b29e10 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Nov 2021 19:27:01 +0100 Subject: [PATCH] Fix --- check_process | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index bfc01b0..71bc6ae 100644 --- a/check_process +++ b/check_process @@ -27,7 +27,7 @@ multi_instance=1 port_already_use=0 change_url=0 - config_panel=1 + config_panel=0 ;; Test actions without encryption # Actions can't be tested with the encryption on, because LXC does not support fuse. ; Manifest diff --git a/scripts/install b/scripts/install index 808f61e..dc614b5 100755 --- a/scripts/install +++ b/scripts/install @@ -127,7 +127,7 @@ then while read backup_app do 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 # Calculate and store the config file checksum into the app settings