- Bug fixes next to Darkstar live testing...
- Fix .ovpn download file type.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user