1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00

Update install

This commit is contained in:
ericgaspar 2021-08-31 12:21:08 +02:00
parent d0fd9f0f2a
commit 92fb4afcb6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,11 +123,11 @@ ynh_use_logrotate
#================================================= #=================================================
# INSTALL # INSTALL
#================================================= #=================================================
ynh_script_progression --message="Installing The Lounge..." ynh_script_progression --message="Installing TimeOff..."
pushd $final_path pushd $final_path
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less NODE_ENV=production npm install --production > $install_log 2>&1 ynh_exec_warn_less NODE_ENV=production npm install
popd popd
#================================================= #=================================================
@ -185,4 +185,3 @@ ynh_systemd_action --service_name=nginx --action=reload
#================================================= #=================================================
ynh_script_progression --message="Installation of $app completed" ynh_script_progression --message="Installation of $app completed"