X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=sbin%2Fgrml-ap;h=3c0b6d9d247593b64cde494fac3db06e50044924;hb=1a453bc9b6a3e495a833832421ecf3a9b605e858;hp=a6c4f62a40d26d94f284923eee9b5ea4b2621e63;hpb=5ccffd6ee849bb7c004e464f3972bcce22beac7c;p=grml-network.git diff --git a/sbin/grml-ap b/sbin/grml-ap index a6c4f62..3c0b6d9 100755 --- a/sbin/grml-ap +++ b/sbin/grml-ap @@ -14,15 +14,15 @@ 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." - exit 1 +if [ -r "$CONFIG_FILE" ] ; then + . "$CONFIG_FILE" +else + ewarn "Could not read $CONFIG_FILE" fi -. "$CONFIG_FILE" - +# defaults if unconfigured [ -n "$AP_ESSID" ] || AP_ESSID=grml-ap [ -n "$AP_ENC" ] || AP_ENC=off