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 14:55:13 +01:00
parent 304acc3e0a
commit 6715e42e37
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -121,7 +121,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading TimeOff..."
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 cache clean 2>/dev/null
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install 2>/dev/null
popd
fi