translate german

This commit is contained in:
2023-11-01 20:22:11 +01:00
parent 74a17d87bd
commit 13cf3661bc
3 changed files with 4 additions and 4 deletions

View File

@ -28,8 +28,7 @@ export textdomaindir="/usr/share/locale"
#echo ${lines[0]} #Damit wird der Inhalt ausgelesen. (Index angeben)
wert=$"*_*"
for wert in "${lines[@]}"
do
# rm /home/$a_user/.config/wg_nmcli/.tunnel.txt # falls Wireguard nicht richtig funktioniert hier die # wegnehmen
do
# hier wird die Ausgabe von nmcli für die auswertung in die .stop.txt gespeichert
nmcli connection down $wert &> ${wg_wdir}.stop.txt
if disable=$(grep -i 'deaktiviert\|disabled' ${wg_wdir}.stop.txt)
@ -41,6 +40,6 @@ export textdomaindir="/usr/share/locale"
done
################################# ENDE #################################################################
################################# END ##################################################################
############################################################################################################