Files
ziti/quickstart/docker/image/dockerTestEntrypoint.sh
2022-12-06 19:46:42 -05:00

11 lines
321 B
Bash
Executable File

if [[ -f "runonce" ]]; then
echo "Keeping active for testing"
tail -f /dev/null
fi
touch runonce
source "${ZITI_SCRIPTS}/ziti-cli-functions.sh"
# Set the default password to be a specific value, if not set the password will be a random string and tests will fail
export ZITI_PWD=admin
expressInstall "localhost"