From a5a5026a3dd732f4f6663d485db9ad002e3764d7 Mon Sep 17 00:00:00 2001 From: punix Date: Sat, 18 Nov 2023 09:21:59 +0100 Subject: [PATCH] in start Meldung "&" entfernt --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index a4615d3..1f9c607 100755 --- a/wire_g +++ b/wire_g @@ -49,7 +49,7 @@ wg_notify(){ --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 nmcli con mod "$ACTIVE" connection.autoconnect no