installer korrigiert wire-g korrigiert

This commit is contained in:
2023-11-02 11:01:37 +01:00
parent 64e2864b2d
commit 7b5050ef0d
2 changed files with 8 additions and 8 deletions

4
wire_g
View File

@ -111,7 +111,7 @@ remove(){
--fixed --buttons-layout=center \
--button=$"OK" --button=$"Cancel" \
--separator="" --window-icon=${wg_pic}wg-trash.png \
--borders=8 --column=$'Delete' $tunnel)
--borders=8 --column=$"Delete" $tunnel)
then
nmcli connection delete $selection &> ${wg_wdir}.tmp.txt
success=$(grep -i 'erfolgreich gelöscht\|successfully deleted' ${wg_wdir}.tmp.txt)
@ -212,7 +212,7 @@ if selection=$(yad --no-click --list \
<b>----------------------------------------------------------------------------------</b>
<b>If no tunnels are listed,</b>
<b>so they have to import their tunnel beforehand.</b>" \
--column=$'Selection' $tunnel)
--column=$"Selection" $tunnel)
then
if [[ -n $active ]]