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) )