From 299fa0f9e489bef334dec77c9998b4e245643b89 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 20:14:16 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bfb5604..7410d7b 100755 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ ynh_app_setting_set --app=$app --key=phpversion --value=$phpversion #================================================= ynh_script_progression --message="Setting up source files..." -ynh_app_setting_set $app final_path $final_path +ynh_app_setting_set --app=$app --key=final_path --value=$final_path mkdir -p $final_path cp ../sources/index.php /$final_path/.