Skip to content
Snippets Groups Projects
Commit 66bf1e5c authored by nimrod's avatar nimrod
Browse files

- Fixed typo.

parent 63d00df8
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ iswifi () { ...@@ -48,7 +48,7 @@ iswifi () {
} }
wifi_connection () { wifi_connection () {
nmcli --terse --fields GENERAL.CONNECTION device show "$1" | awk -F: '{print tolowe(r$2)}' nmcli --terse --fields GENERAL.CONNECTION device show "$1" | awk -F: '{print tolower(r$2)}'
} }
if [ $# -ne 2 ] if [ $# -ne 2 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment