Update 2023-12-17 11:58 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-12-17 11:58:59 +01:00
parent e5395ceef5
commit 392dc961e2
3 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
. ~/.bin/_config
LIST="$(cat /etc/wireguard/vpnlist.txt)"
SEL="$(print "$LIST\ndeactivate" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
SEL="$(print "$LIST\ndeactivate\nhome" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
[ -z "$SEL" ] && exit 0