From e346c9eb0650128c2d9690c1d955ec94d0bafa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 20 Aug 2018 22:53:56 +0200 Subject: [PATCH] Dont save path and domain it's automatically done --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5276108..30f864a 100644 --- a/scripts/install +++ b/scripts/install @@ -34,8 +34,6 @@ path_url=$(ynh_normalize_url_path "$path_url") # STORE SETTINGS FROM MANIFEST #================================================= -ynh_app_setting_set "$app" domain "$domain" -ynh_app_setting_set "$app" path "$path_url" ynh_app_setting_set "$app" final_path "$final_path" #=================================================