This commit is contained in:
2022-03-26 18:59:15 -05:00
parent fe11511bf4
commit 287ce151c7
2 changed files with 5 additions and 3 deletions

View File

@@ -23,4 +23,6 @@ if [[ $(/sbin/ip -o -4 addr list ens160 | awk '{print $4}' | cut -d/ -f1) == *"1
else
VPN_START=(/bin/systemctl start openvpn)
VPN_STOP=(/bin/systemctl stop openvpn)
fi
fi
echo "HERE: ${VPN_START} - ${VPN_INTERFACE}"