Update get-wanip.sh

This commit is contained in:
2023-11-13 18:00:53 -06:00
parent 6d9074300f
commit 5b338074b1

View File

@@ -14,6 +14,6 @@ if [ "${wanip}" == "" ]; then
fi fi
fi fi
echo "WAN IP: ${wanip}" echo "${wanip}"
exit 0 exit 0