„start.sh“ hinzufügen
This commit is contained in:
parent
f6b74406ce
commit
ddd0590097
6
start.sh
Normal file
6
start.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user