diff --git a/scripts/install b/scripts/install index 3225eb0..7ecce72 100755 --- a/scripts/install +++ b/scripts/install @@ -73,8 +73,6 @@ ynh_install_nodejs --nodejs_version=$YNH_NODEJS_VERSION ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" \ --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" -# ynh_install_app_dependencies $pkg_dependencies - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -98,7 +96,7 @@ ynh_add_nginx_config ynh_script_progression --message="Configuring system user..." --time --weight=1 # Create a system user -ynh_system_user_create --username="$app" +ynh_system_user_create --username="$app" --home_dir="$final_path" #================================================= # SPECIFIC SETUP