diff --git a/switch-wifi b/switch-wifi index 9511304..a20a6bf 100755 --- a/switch-wifi +++ b/switch-wifi @@ -5,4 +5,5 @@ if [[ "$(nmcli radio wifi)" = "enabled" ]] ; then else nmcli radio wifi on notify-send "Wifi is now" on + wifi_chooser fi