microstack/snap-wrappers/openstack/openstack-wrapper

13 lines
208 B
Bash
Executable File

#!/bin/bash
set -e
if ! [ "$(snapctl get initialized)" == "true" ]; then
echo "Microstack is not initialized. Please run microstack.init!"
exit 1;
fi
source $SNAP_COMMON/etc/microstack.rc
exec $@