Add debian/control headers Origin, Bugs
[grml-network.git] / sbin / grml-ap
index a6c4f62..1fc24b1 100755 (executable)
@@ -14,7 +14,7 @@ CONFIG_FILE=/etc/grml/routersetup
 . /etc/grml/net-functions
 . /etc/grml/script-functions
 
-check4root
+check4root || exit 1
 
 if ! [ -r "$CONFIG_FILE" ] ; then
         eerror "$CONFIG_FILE could not be read."