packstack/tests/scenario000.sh

11 lines
235 B
Bash
Executable File

#!/bin/bash
if [ $(id -u) != 0 ]; then
SUDO='sudo'
fi
$SUDO packstack ${ADDITIONAL_ARGS} \
--allinone \
--debug \
--service-workers=2 \
--default-password="packstack" || export FAILURE=true