diff --git a/wire_g b/wire_g index 4ddad00..a31a83b 100755 --- a/wire_g +++ b/wire_g @@ -99,14 +99,13 @@ import_wg(){ then wg_stop nmcli connection import type wireguard file $WG_CONF &> ${WG_WDIR}.tmp.txt - nmcli con mod "$WG_CONF" connection.autoconnect no wg_notify else kill $lines nmcli connection import type wireguard file $WG_CONF &> ${WG_WDIR}.tmp.txt - nmcli con mod "$WG_CONF" connection.autoconnect no wg_notify - fi + fi + nmcli con mod "$WG_CONF" connection.autoconnect no nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//' &> ${WG_WDIR}onstart.txt fi ;;