bbc-ovh/start.sh
2022-12-01 13:41:57 +01:00

7 lines
160 B
Bash
Executable File

#!/bin/bash
if [ ! -e openrc.sh ]; then
echo "'openrc.sh' is missing. Cannot operate without OpenStack environment file."
fi
source openrc.sh
./setup_tunnel.py