#!/usr/bin/env bash
if [ -z "$BEEKEEPER_CONFIG_DIR" ]; then
echo "Before running this example you need to setup the enviroment with:"
echo "source setup.sh"
exit
fi
bkpr --pool "myapp" ${1-start}
#!/usr/bin/env bash
if [ -z "$BEEKEEPER_CONFIG_DIR" ]; then
echo "Before running this example you need to setup the enviroment with:"
echo "source setup.sh"
exit
fi
bkpr --pool "myapp" ${1-start}