"&" im Hauptfenster wieder entfernt

This commit is contained in:
Désiré Werner Menrath 2023-11-18 08:24:24 +01:00
parent 2aa6615357
commit c27281d052

2
wire_g
View File

@ -225,7 +225,7 @@ SELECTION=$(yad --no-klick --list --center \
--text=$"<b>Activ Tunnel: </b> <span color='#0fad0a'><b>$ACTIVE</b></span>
<b>-----------------------------------------------------------------------------------------------------</b>
<b>If no Tunnels are listed,</b>
<b>so they have to import their Tunnel beforehand.</b>") &
<b>so they have to import their Tunnel beforehand.</b>")
RET=$?
[[ $? -eq 1 ]] && exit 0