Browse Source

Use 'yunohost service' in remove script

Alexandre Aubin 6 years ago
parent
commit
3a9ade4d98
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/remove

+ 2 - 2
scripts/remove

@@ -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