diff --git a/scripts/install b/scripts/install
index ffc0c9a..33e402a 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
+echo `ynh_app_setting_get -a $YNH_APP_ARG_APP_ID -k path` > $path_url
 ((path_url=$path_url+"/icecoder"))
 app_id=$YNH_APP_ARG_APP_ID