fix 4 remove

This commit is contained in:
Désiré Werner Menrath 2023-11-14 12:35:34 +01:00
parent 719c0b4c21
commit 0802fbc2fa

6
wire_g
View File

@ -246,7 +246,7 @@ if selection=$(yad --no-klick --list --center \
nmcli connection up $selection &> ${wg_wdir}.tmp.txt
connect
fi
fi
ret=$?
[[ $? -eq 1 ]] && exit 0
@ -256,12 +256,10 @@ if [[ $ret -eq 4 ]]
remove
fi
if [[ $ret -eq 5 ]]
then
about
fi
############################################ END ##########################################################