Update network.sh

This commit is contained in:
Kroese 2023-05-03 18:06:23 +02:00 committed by GitHub
parent d52412ee1e
commit 39b6e413d7

View File

@ -246,3 +246,5 @@ if [ "$DHCP" = "Y" ]; then
fi fi
[ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo [ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo
return 0