add new reset.pl to cease.sh for now, until further automation

This commit is contained in:
mischa 2023-05-08 19:28:11 +02:00
parent fcea103733
commit fb45e88acc
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ if vmctl show ${1%.txt} >/dev/null 2>&1; then
if vmctl show ${1%.txt} | grep stopped >/dev/null 2>&1; then
echo -n "Current rDNS: "
dig +short -x $(grep -A2 ${1%.txt} /etc/dhcpd.conf | awk '/fixed/ {print $2}' | tr -d ';')
grep -A3 ${1%.txt} /etc/dhcpd.conf | awk '/fixed/ {print "ssh ns1.high5.nl doas ptrd/reset.pl " $2}' | tr -d ';'
remove.pl ${1}
deploy.pl
rcctl restart dhcpd