Update bin/access-point.sh
This commit is contained in:
parent
818b68d23b
commit
ff5ee6c0a2
@ -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" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user