From 035179c8088541f0bd08d81b1f433b71e92903c5 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 26 Nov 2023 19:38:24 +0100 Subject: [PATCH] fix on wg_on_start --- wg_on_start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg_on_start b/wg_on_start index 3f46935..236ef2f 100644 --- a/wg_on_start +++ b/wg_on_start @@ -39,7 +39,7 @@ ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ --undecorated --borders=8 --skip-taskbar \ --text-align=center --no-buttons --auto-close \ --timeout 1 \ - --text=$""$ACTIVE" powered" + --text=$"$ACTIVE powered" # autoconnect wird hier abgeschalten damit auch neu importierte nach einem Systemneustart nicht aktiv sind IFS=$'\n' lines=( $(cat ${WG_WDIR}tunnel.txt) )