install.sh typo
This commit is contained in:
parent
695723f146
commit
2468aa75e6
|
@ -5,7 +5,7 @@ function do_uninstall {
|
||||||
systemctl stop h804tun
|
systemctl stop h804tun
|
||||||
rm -rf /opt/h804tun
|
rm -rf /opt/h804tun
|
||||||
systemctl disable h804tun
|
systemctl disable h804tun
|
||||||
rm /etc/systemd/system/h804tun.conf
|
rm /etc/systemd/system/h804tun.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue