We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a5c9c commit 93a1710Copy full SHA for 93a1710
ct/technitiumdns.sh
@@ -29,7 +29,7 @@ function update_script() {
29
fi
30
31
RELEASE=$(curl -fsSL https://technitium.com/dns/ | grep -oP 'Version \K[\d.]+')
32
- if [[ ! -f ~/.technitium || "${VERSION}" != "$(cat ~/.technitium)" ]]; then
+ if [[ ! -f ~/.technitium || "${RELEASE}" != "$(cat ~/.technitium)" ]]; then
33
msg_info "Updating ${APP}"
34
curl -fsSL "https://download.technitium.com/dns/DnsServerPortable.tar.gz" -o /opt/DnsServerPortable.tar.gz
35
$STD tar zxvf /opt/DnsServerPortable.tar.gz -C /opt/technitium/dns/
0 commit comments