From 66bf1e5c1e7b3ba3422c8f0f2bfd2a604a9438cf Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sun, 2 Jul 2017 09:30:28 +0300 Subject: [PATCH] - Fixed typo. --- Documents/bin/wifi-login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/bin/wifi-login b/Documents/bin/wifi-login index 5bda989..7653394 100755 --- a/Documents/bin/wifi-login +++ b/Documents/bin/wifi-login @@ -48,7 +48,7 @@ iswifi () { } 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 ] -- GitLab