mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 08:45:41 +00:00
11 lines
321 B
Bash
Executable File
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" |