mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update remove
This commit is contained in:
parent
d49a1411ea
commit
dd9e7535a7
1 changed files with 3 additions and 3 deletions
|
@ -32,16 +32,16 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
|||
if ynh_exec_warn_less yunohost service status "supervisor" >/dev/null
|
||||
then
|
||||
ynh_script_progression --message="Removing supervisor service..."
|
||||
yunohost service remove "supervisor"
|
||||
yunohost service remove "$app"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# STOP AND REMOVE SERVICE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Stopping and removing the supervisor service..."
|
||||
ynh_script_progression --message="Stopping and removing the systemd service..."
|
||||
|
||||
# Remove the dedicated supervisor config
|
||||
ynh_remove_supervisor_config --service="${app}-horizon"
|
||||
ynh_remove_systemd_config
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE POSTGRESQL DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue