From 2468aa75e6099c1a26ab4587c342d0a7d3a748fa Mon Sep 17 00:00:00 2001 From: haskal Date: Wed, 17 Oct 2018 13:50:28 -0400 Subject: [PATCH] install.sh typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }