diff --git a/html/build.sh b/html/build.sh index 816c324..6bc3571 100755 --- a/html/build.sh +++ b/html/build.sh @@ -16,8 +16,8 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine mkdir -p ../dist/fruitvote cd fruitvote go build -o ../../dist/fruitvote/fruitvote -cd .. cp start.sh ../dist/fruitvote/start.sh +cd .. echo "finished building HTML" diff --git a/html/start.sh b/html/fruitvote/start.sh similarity index 100% rename from html/start.sh rename to html/fruitvote/start.sh