1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dato_ynh.git synced 2024-09-03 18:16:33 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-02-29 18:54:27 +01:00
parent e6892e06c3
commit 31db80c54f

View file

@ -14,11 +14,6 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name="$app" --action="stop" --log_path="systemd"
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
# ynh_script_progression --message="Ensuring downward compatibility..."
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
@ -45,7 +40,7 @@ chown -R "$app:$app" "$install_dir/dist" "$install_dir/global" "$install_dir/con
#=================================================
# BUILD NODE DEPENDENCIES
#=================================================
#REMOVEME? ynh_script_progression --message="Building node dependencies..." --weight=90
ynh_script_progression --message="Building node dependencies..." --weight=20
pushd "$install_dir"
ynh_use_nodejs