bbc-ovh/start.sh

7 lines
160 B
Bash
Raw Permalink Normal View History

2022-12-01 13:41:57 +01:00
#!/bin/bash
2022-12-01 12:57:10 +01:00
if [ ! -e openrc.sh ]; then
echo "'openrc.sh' is missing. Cannot operate without OpenStack environment file."
fi
source openrc.sh
2022-12-01 13:41:57 +01:00
./setup_tunnel.py