From ddd0590097d111a305bc6fad20f36f02f2b3d113 Mon Sep 17 00:00:00 2001 From: iwonder Date: Thu, 1 Dec 2022 12:57:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estart.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..296e31c --- /dev/null +++ b/start.sh @@ -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 \ No newline at end of file