diff --git a/bin/access-point.sh b/bin/access-point.sh index f22f7aa..55f4d11 100755 --- a/bin/access-point.sh +++ b/bin/access-point.sh @@ -104,6 +104,7 @@ log_message() { while [[ "$#" -gt 0 ]]; do case $1 in -f|--failover|--failover=true) FAILOVER=true ;; + --failover=false) FAILOVER=false ;; -h|--help) show_help && exit ;; -q|--quiet) QUIET=true ;; --ssid) shift && SSID="$1" ;;