translate Dateien umbenannt, verschoben & code fix

This commit is contained in:
2023-11-04 08:00:19 +01:00
parent a57da6926e
commit 8f98cf9c55
5 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ export textdomaindir="/usr/share/locale"
for wert in "${lines[@]}"
do
# hier wird die Ausgabe von nmcli für die auswertung in die .stop.txt gespeichert
nmcli connection down $wert &> ${wg_wdir}.stop.txt
nmcli connection down "$wert" &> ${wg_wdir}.stop.txt
if disable=$(grep -i 'deaktiviert\|deactivated' ${wg_wdir}.stop.txt)
then
notify-send --icon=${wg_pic}wg-stop.png $"$wert Connection disconnected"