fehler korrektur

This commit is contained in:
2023-11-02 20:58:08 +01:00
parent f7a869fbc8
commit 10aa4583f0
4 changed files with 11 additions and 11 deletions

View File

@ -33,7 +33,7 @@ export textdomaindir="/usr/share/locale"
nmcli connection down $wert &> ${wg_wdir}.stop.txt
if disable=$(grep -i 'deaktiviert\|disabled' ${wg_wdir}.stop.txt)
then
notify-send --icon=${wg_pic}wg-stop.png $"$wert Connection disconnected."
notify-send --icon=${wg_pic}wg-stop.png $"$wert Connection disconnected"
pkill yad
fi