install.sh typo

This commit is contained in:
xenia 2018-10-17 13:50:28 -04:00
parent 695723f146
commit 2468aa75e6
1 changed files with 1 additions and 1 deletions

View File

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