From fcd9283f144e2dcb18013385ff402a5295701a46 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:31:14 -0700 Subject: [PATCH] move fruitvote start --- html/build.sh | 2 +- html/{ => fruitvote}/start.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename html/{ => fruitvote}/start.sh (100%) 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