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

6 lines
157 B
Bash

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