From 4d068f983fe8d531d673832d742e1369d151c380 Mon Sep 17 00:00:00 2001 From: stebifan Date: Tue, 10 Apr 2018 22:22:34 +0200 Subject: [PATCH] bugfix --- start.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/start.sh b/start.sh index d89e4e7..f7c0408 100644 --- a/start.sh +++ b/start.sh @@ -1,8 +1,7 @@ #!/bin/sh -cd /opt/meshviewer git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/meshviewer/ +cd /opt/meshviewer npm install gulp -D yarn yarn global add gulp-cli gulp -ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html -exit 0 \ No newline at end of file +ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html \ No newline at end of file