help: Show Verbose Detail on all active IPsec Security Associations (SA) run: if pgrep charon >&/dev/null; then sudo ipsec statusall else echo -e "IPSec Process NOT Running\n" fi