Updated VPN toggle to write logs to system journal
This commit is contained in:
parent
00846719ea
commit
9a431cf88e
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
exec </dev/null
|
||||
exec > >(systemd-cat -t gpclient -p info) 2>&1
|
||||
|
||||
# Toggles the GlobalProtect VPN connection on and off
|
||||
|
||||
# Get the current state of the VPN connection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user