New backup 2025-08-31 14:30:02

This commit is contained in:
Penelope Gwen 2025-08-31 14:30:02 -07:00
parent 5bf45f3fc9
commit f44436a0d5

View file

@ -19,11 +19,11 @@ function ifstatus(){
fi
vpn_cons=$(nmcli -g TYPE,NAME connection show --active | grep -e "vpn" -e "wireguard")
case ${vpn_cons} in
*ProtonVPN|*'ProtonVPN\n')
case "${vpn_cons//\n/;}" in
*ProtonVPN|*'ProtonVPN;')
is_proton='true'
;;&
*ProtonVPN-SC|*'ProtonVPN-SC\n')
*ProtonVPN-SC|*'ProtonVPN-SC;')
is_proton_sc='true'
;;&
*HomeVPN)