This commit is contained in:
Désiré Werner Menrath 2023-11-18 08:35:55 +01:00
parent 609d08233e
commit 441a5086dc

2
wire_g
View File

@ -227,6 +227,7 @@ SELECTION=$(yad --no-klick --list --center \
<b>-----------------------------------------------------------------------------------------------------</b> <b>-----------------------------------------------------------------------------------------------------</b>
<b>If no Tunnels are listed,</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>")
done
RET=$? RET=$?
[[ $? -eq 1 ]] && exit 0 [[ $? -eq 1 ]] && exit 0
@ -263,7 +264,6 @@ if [[ $RET -eq 0 ]]
connect connect
fi fi
fi fi
done
############################################ END ########################################################## ############################################ END ##########################################################