From 61976c0c30310ae2aa56af04c95edf67bee94839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 2 May 2023 14:07:10 +0200 Subject: [PATCH] Update install --- scripts/install | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/install b/scripts/install index 8c00bc8..c6b5aae 100755 --- a/scripts/install +++ b/scripts/install @@ -52,6 +52,16 @@ ynh_add_config --template="../conf/default.conf" --destination="$install_dir/def chmod 650 "$install_dir/default.json" chown $app:$app "$install_dir/default.json" +#================================================= +# ADD A CONFIGURATION +#================================================= +ynh_script_progression --message="Configuring the app..." --weight=10 + +pushd $install_dir + ynh_use_nodejs + ynh_exec_warn_less $ynh_npm run-script wizard +popd + #================================================= # SETUP SYSTEMD #=================================================