Skip to content

Commit

Permalink
Update wifiman
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher authored May 4, 2020
1 parent c8f094c commit 0cb0d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifiman
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0cb0d3a

Please sign in to comment.