From 5e761fe9041d8190efe2186c97b5570227275c0e Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 15 Apr 2018 10:41:16 +0200 Subject: [PATCH] test --- start.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/start.sh b/start.sh index dea37a4..d2c24e2 100644 --- a/start.sh +++ b/start.sh @@ -1,7 +1,8 @@ #!/bin/sh -git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp -cd /tmp +git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/tmp +cd /opt/tmp npm install gulp -D yarn yarn global add gulp-cli gulp -cp -r /tmp/build/* /opt/meshviewer/build/ +cp -r /opt/tmp/build/* /opt/meshviewer/build/ +rm -r /opt/tmp