From 0cb0d3a5c6edfe86c9b97a1eda37325e6dd5994a Mon Sep 17 00:00:00 2001 From: BiteDasher <48867887+BiteDasher@users.noreply.github.com> Date: Mon, 4 May 2020 19:38:22 +0300 Subject: [PATCH] Update wifiman --- wifiman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifiman b/wifiman index c0e4800..f7ed80a 100755 --- a/wifiman +++ b/wifiman @@ -205,7 +205,7 @@ readthis uclike justcases; else true; fi if [ -n "$(systemctl is-active wifiman0-* | grep -x active)" ]; then echo "Turning off other profile"; systemctl stop wifiman0-*; else true; fi systemctl start wifiman0-"${essid_con}".service || -echo -e "\033[0;31mSomething went wrong. (systemctl status wifiman0-${essid_con}.service)\033[0m"; +echo -e "\033[0;31mSomething went wrong. (systemctl status wifiman0-"${essid_con}".service)\033[0m"; exit ;; 5)