uinstall.sh: updated to use new install path.

This commit is contained in:
Shreyas Zare
2023-02-25 12:58:07 +05:30
parent 19025f8e12
commit 2d89c62cb6

View File

@@ -1,7 +1,13 @@
#!/bin/sh
dotnetDir="/opt/dotnet"
dnsDir="/etc/dns"
if [ -d "/etc/dns/config" ]
then
dnsDir="/etc/dns"
else
dnsDir="/opt/technitium/dns"
fi
echo ""
echo "================================="