From 7d2369f8dfce140ccda56cfd8c200ce6c53a92f3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Nov 2020 09:33:27 +0100 Subject: [PATCH] Fix --- scripts/_common.sh | 2 +- scripts/install | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6176b97..f0f9832 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -119,5 +119,5 @@ ynh_check_starting () { local service_name="${4:-$app}" local app_log="${2:-/var/log/$service_name/$service_name.log}" local timeout=${3:-300} - +} \ No newline at end of file diff --git a/scripts/install b/scripts/install index 26e6d8c..c694fdb 100644 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,6 @@ key=$(ynh_string_random) #================================================= ynh_script_progression --message="Storing installation settings..." --weight=1 -ynh_app_setting_set --app=$app --key=mysqlpwd --value=$dbpass ynh_app_setting_set --app=$app --key=adminusername --value=$admin ynh_app_setting_set --app=$app --key=is_public --value=$is_public ynh_app_setting_set --app=$app --key=secret_key --value=$key