mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
uinstall.sh: updated to use new install path.
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dotnetDir="/opt/dotnet"
|
dotnetDir="/opt/dotnet"
|
||||||
dnsDir="/etc/dns"
|
|
||||||
|
if [ -d "/etc/dns/config" ]
|
||||||
|
then
|
||||||
|
dnsDir="/etc/dns"
|
||||||
|
else
|
||||||
|
dnsDir="/opt/technitium/dns"
|
||||||
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "================================="
|
echo "================================="
|
||||||
|
|||||||
Reference in New Issue
Block a user