packstack/tests/scenario000.sh

10 lines
203 B
Bash
Executable File

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