networks: Show message when skipping configuration

This commit is contained in:
James Valleroy 2017-10-03 20:27:18 -04:00
parent 249f29cef6
commit a155119738
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -136,4 +136,6 @@ then
# On a fresh disk image, this means the default network manager connections
# will be ignored and newly created connections will be activated.
systemctl restart network-manager
else
echo "Not a FreedomBox disk image. Skipping network configuration."
fi