From 3de2ea491c0d08435b93a0dd54b604031354a061 Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 8 May 2023 20:10:35 +0200 Subject: [PATCH] add new reset.pl to cease.sh for now, until further automation --- cease.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cease.sh b/cease.sh index b289fe3..faeb6e7 100755 --- a/cease.sh +++ b/cease.sh @@ -38,7 +38,9 @@ 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 ';' + IPV4=$(grep -A2 ${1%.txt} /etc/dhcpd.conf | awk '/fixed/ {print $2}' | tr -d ';') + IPV6=$(grep -A3 ${1%.txt} /etc/dhcpd.conf | awk '/fixed-address-ipv6/ {print $2}' | tr -d ';') + echo "a reset ${IPV4} ${IPV6}" remove.pl ${1} deploy.pl rcctl restart dhcpd