From 1de73d7cb63f2a22d653184030b9fe5ff6d2af76 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 11:58:06 +0100 Subject: [PATCH] Fix --- scripts/install | 1 - scripts/remove | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0937f8d..d7b6962 100755 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,6 @@ popd #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -cp config/config.yaml.default config/config.yaml ynh_add_config --template="../conf/config.yaml.default" --destination="$final_path/config/config.yaml" chmod 400 "$final_path/config/config.yaml" diff --git a/scripts/remove b/scripts/remove index ec0cb08..6fc6393 100755 --- a/scripts/remove +++ b/scripts/remove @@ -21,7 +21,6 @@ port=$(ynh_app_setting_get --app=$app --key=port) db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name final_path=$(ynh_app_setting_get --app=$app --key=final_path) -datadir=$(ynh_app_setting_get --app=$app --key=datadir) #================================================= # STANDARD REMOVE