mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-26 04:57:23 +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 1
|
|
fi
|
|
exit 0
|