Commit d733729
authored
Syntax Correction (hestiacp#2295)
The syntax is not correct, leading to errors like the following in cluster (slave) dns
excerpt from /var/log/hestia/error.log: 2021-12-16 23:39:23 v-delete-dns-record 'dns-cluster' 'domain.com' '15 no' '' '' '' '' '' [Error 2]
Note the quoting error at 15 and no
Result of the error: DNS record(s) on dns cluster (slave) can not be removed.1 parent edd8f97 commit d733729
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments