Update bin/access-point.sh

This commit is contained in:
Zakary Timson 2024-07-27 10:50:55 -04:00
parent 818b68d23b
commit ff5ee6c0a2

View File

@ -104,6 +104,7 @@ log_message() {
while [[ "$#" -gt 0 ]]; do while [[ "$#" -gt 0 ]]; do
case $1 in case $1 in
-f|--failover|--failover=true) FAILOVER=true ;; -f|--failover|--failover=true) FAILOVER=true ;;
--failover=false) FAILOVER=false ;;
-h|--help) show_help && exit ;; -h|--help) show_help && exit ;;
-q|--quiet) QUIET=true ;; -q|--quiet) QUIET=true ;;
--ssid) shift && SSID="$1" ;; --ssid) shift && SSID="$1" ;;