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

Update upgrade

This commit is contained in:
ericgaspar 2022-02-22 22:29:02 +01:00
parent 6715e42e37
commit f127ed5356
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,6 +123,7 @@ then
pushd $final_path
#ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm cache clean 2>/dev/null
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install 2>/dev/null
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run-script db-update
popd
fi