1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-05-31 07:13:54 +02:00
parent 6544a6f693
commit 5fc4c2541b

View file

@ -55,6 +55,11 @@ then
ynh_exec_warn_less ynh_remove_app_dependencies
fi
#=================================================
# REMOVE NODEJS
#=================================================
ynh_script_progression --message="Removing NodeJS version for Etherpad..." --weight=3
ynh_remove_nodejs
#=================================================