translate vorbereitung mit $

This commit is contained in:
2023-11-01 17:41:32 +01:00
parent e82124f7d9
commit d8ca98c32c
2 changed files with 20 additions and 20 deletions

View File

@ -17,7 +17,7 @@
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