diff --git a/scripts/install b/scripts/install index f8773af..db99182 100755 --- a/scripts/install +++ b/scripts/install @@ -22,7 +22,6 @@ ynh_abort_if_errors app_id=$YNH_APP_ARG_APP_ID path_url="/in-$app_id-folder" -domain=none.ynh.fr ### If it's a multi-instance app, meaning it can be installed several times independently ### The id of the app as stated in the manifest is available as $YNH_APP_ID @@ -57,9 +56,6 @@ final_path=/var/www/$YNH_APP_ARG_APP_ID/www/icecoder test -e "/var/www/$YNH_APP_ARG_APP_ID" || ynh_die --message="You don't have installed a webapp before install this app" test ! -e "$final_path" || ynh_die --message="This path already contains a folder" -# Register (book) web path -ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url - #================================================= # STORE SETTINGS FROM MANIFEST #=================================================