github.com/crowdsecurity/crowdsec@v1.6.1/test/ansible/vagrant/freebsd-13/skip (about) 1 #!/bin/sh 2 3 die() { 4 echo "$@" >&2 5 exit 1 6 } 7 8 [ "${PACKAGE_TESTING}" = "true" ] && die "no package available for this distribution" 9 [ "${DB_BACKEND}" = "postgres" ] && die "postgres role does not support this distribution" 10 [ "${DB_BACKEND}" = "pgx" ] && die "postgres role does not support this distribution" 11 [ "${DB_BACKEND}" = "mysql" ] && die "mysql role does not support this distribution" 12 exit 0