linux-router icon indicating copy to clipboard operation
linux-router copied to clipboard

Syntax error line number #662

Open trinityzhub opened this issue 2 years ago • 0 comments

sudo lnxrouter --ap wlan0 MyAccessPoint -p MyPassPhrase

I got "syntax error" :

/usr/bin/lnxrouter: 622: /usr/bin/lnxrouter: Syntax error: "(" unexpected (expecting "}")

FYI:

OS: Debian Linux Wifi availability : Laptop attached Wifi I changed the wifi access point by using the command sudo iwconfig

Ref:


is_5ghz_frequency() {
    [[ $1 =~ ^(49[0-9]{2})|(5[0-9]{3})$ ]]
}

trinityzhub avatar Mar 19 '23 13:03 trinityzhub