mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-06-25 03:27:21 +03:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
if [ -d "/Applications/DefaultVPN.app" ] || pgrep -x "DefaultVPN-service" >/dev/null; then
|
|
exit 0
|
|
fi
|
|
exit 1
|