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:
parent
d0fd9f0f2a
commit
92fb4afcb6
1 changed files with 2 additions and 3 deletions
|
@ -123,11 +123,11 @@ ynh_use_logrotate
|
|||
#=================================================
|
||||
# INSTALL
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing The Lounge..."
|
||||
ynh_script_progression --message="Installing TimeOff..."
|
||||
|
||||
pushd $final_path
|
||||
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
|
||||
|
||||
#=================================================
|
||||
|
@ -185,4 +185,3 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue