mirror of
https://github.com/YunoHost-Apps/mstream_ynh.git
synced 2024-09-03 19:46:17 +02:00
Update install
This commit is contained in:
parent
519ef81cab
commit
61976c0c30
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue