Use 'yunohost service' in remove script

This commit is contained in:
Alexandre Aubin
2019-02-18 00:55:33 +01:00
committed by Keoma Brun
parent b9bce541d1
commit 3a9ade4d98

View File

@@ -36,8 +36,8 @@ domain=$(ynh_app_setting_get $app domain)
firmware_nonfree=$(ynh_app_setting_get $app firmware_nonfree)
# The End
systemctl stop ynh-hotspot
systemctl disable ynh-hotspot
yunohost service stop ynh-hotspot
yunohost service disable ynh-hotspot
yunohost service remove ynh-hotspot
ynh_secure_remove /etc/systemd/system/ynh-hotspot.service
ynh_secure_remove /usr/local/bin/ynh-hotspot