mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
fix remove
This commit is contained in:
parent
f7fcb4d792
commit
be8b3d36de
1 changed files with 7 additions and 1 deletions
|
@ -39,7 +39,13 @@ ynh_remove_nginx_config
|
||||||
ynh_script_progression --message="Removing dependencies..." --weight=4
|
ynh_script_progression --message="Removing dependencies..." --weight=4
|
||||||
|
|
||||||
# Remove metapackage and its dependencies
|
# Remove metapackage and its dependencies
|
||||||
ynh_remove_nodejs
|
|
||||||
|
#=================================================
|
||||||
|
# REMOVE SERVICE IN YUNOHOST
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Removing service in YunoHost..."
|
||||||
|
|
||||||
|
yunohost service remove $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC REMOVE
|
# SPECIFIC REMOVE
|
||||||
|
|
Loading…
Reference in a new issue