From a15511973895d596dfe2ff740d2d14e555db8c55 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 3 Oct 2017 20:27:18 -0400 Subject: [PATCH] networks: Show message when skipping configuration --- actions/networks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/networks b/actions/networks index d0c6d7346..f888d3c0c 100755 --- a/actions/networks +++ b/actions/networks @@ -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