installer korrigiert wire-g korrigiert
This commit is contained in:
4
wire_g
4
wire_g
@ -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 ]]
|
||||
|
Reference in New Issue
Block a user