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:
parent
e6892e06c3
commit
31db80c54f
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue