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
|
||||
|
||||
dotnetDir="/opt/dotnet"
|
||||
|
||||
if [ -d "/etc/dns/config" ]
|
||||
then
|
||||
dnsDir="/etc/dns"
|
||||
else
|
||||
dnsDir="/opt/technitium/dns"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "================================="
|
||||
|
||||
Reference in New Issue
Block a user