From 4735d58b77a9cada8aa3d734bb9e57a31e55eff6 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Tue, 1 Mar 2022 02:28:05 +0100 Subject: [PATCH] choose wifi on start --- switch-wifi | 1 + 1 file changed, 1 insertion(+) 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