From 2df00f837d892870fd5d53ba7dc4007978267ec5 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 23 Dec 2016 17:05:13 +0000 Subject: [PATCH] No need to set path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8de5553..982db6b 100755 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ final_path=/var/www/$app # Define variables and Save app settings ynh_app_setting_set "$app" domain "$domain" -ynh_app_setting_set "$app" path "$path" +#ynh_app_setting_set "$app" path "$path" ynh_app_setting_set "$app" is_public "$is_public" ynh_app_setting_set "$app" final_path "$final_path" ynh_app_setting_set "$app" runninguser "$runninguser"