- Bug fixes next to Darkstar live testing...

- Fix .ovpn download file type.
This commit is contained in:
2026-08-24 16:51:44 +02:00
parent c2de255a0e
commit 3dc7f6bdd5
6 changed files with 43 additions and 31 deletions

View File

@@ -315,7 +315,7 @@ dns_host_update()
echo "update delete ${host}.${zone}. TXT"
echo "update add ${host}.${zone}. ${ttl} TXT ${date}"
echo ""
) | sudo nsupdate || rc="$?"
) | sudo nsupdate && rc="$?"
if [[ "${rc}" == "0" ]]
then