„start.sh“ hinzufügen

This commit is contained in:
iwonder 2022-12-01 12:57:10 +01:00
parent f6b74406ce
commit ddd0590097

6
start.sh Normal file
View File

@ -0,0 +1,6 @@
#!/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