diff --git a/install.sh b/install.sh index fdadeb9..decc394 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ function do_uninstall { systemctl stop h804tun rm -rf /opt/h804tun systemctl disable h804tun - rm /etc/systemd/system/h804tun.conf + rm /etc/systemd/system/h804tun.service systemctl daemon-reload }