From 547fc26a51426a8f5d2647c5b8a2bf143c715076 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Tue, 30 Mar 2021 20:47:18 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 33e402a..35fdc88 100755 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -echo `ynh_app_setting_get -a $YNH_APP_ARG_APP_ID -k path` > $path_url +path_url=`ynh_app_setting_get -a $YNH_APP_ARG_APP_ID -k path` ((path_url=$path_url+"/icecoder")) app_id=$YNH_APP_ARG_APP_ID