Merge pull request #64 from lakinduakash/dev

Add missing variable
This commit is contained in:
Lakindu Akash 2020-10-02 00:41:24 +05:30 committed by GitHub
commit cb5dc942ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1058,6 +1058,8 @@ GETOPT_ARGS=$(getopt -o hc:w:g:de:nm: -l "help","hidden","hostapd-debug:","redir
[[ $? -ne 0 ]] && exit 1
eval set -- "$GETOPT_ARGS"
FREQ_BAND_SET=0
while :; do
case "$1" in
-h|--help)