debnet: Ignore loop devices
[grml-network.git] / sbin / grml-bridge
index 9ee19ab..93e6686 100755 (executable)
@@ -10,7 +10,7 @@ CONFIG_FILE=/etc/grml/routersetup
 . /etc/grml/lsb-functions
 . /etc/grml/script-functions
 
-check4root
+check4root || exit 1
 
 if ! [ -r "$CONFIG_FILE" ] ; then
   eerror "$CONFIG_FILE could not be read."