Browse Source

Fix a typo >_>

Alexandre Aubin 4 years ago
parent
commit
3303b6f917
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/remove

+ 1 - 1
scripts/remove

@@ -48,7 +48,7 @@ if ynh_exec_warn_less yunohost service status $service_name >/dev/null
 then
     yunohost service stop $service_name
     yunohost service disable $service_name --quiet
-    yunohost service remove $service_checker
+    yunohost service remove $service_name
 fi
 
 for FILE in $(ls /etc/systemd/system/$service_name* /usr/local/bin/ynh-vpnclient* /tmp/.ynh-vpnclient-*)