Update subnet-down.tmpl

This commit is contained in:
Manevolent 2023-04-12 21:28:41 -06:00 committed by GitHub
parent 89c07155f5
commit 7e5c22c0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/ash
echo "Route down: $SUBNET"
if [ ! $NAME != $NODE ]; then
echo "Route down: $SUBNET"
ip route del $SUBNET
fi