summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:31:14 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:31:14 -0700
commitfcd9283f144e2dcb18013385ff402a5295701a46 (patch)
treea520647075b8fc6b38dc888cc342ad9782c556bb
parent67e4b234d31626976ad630043814235c936f8bbf (diff)
downloadtilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.tar.gz
tilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.zip
move fruitvote start
-rwxr-xr-xhtml/build.sh2
-rwxr-xr-xhtml/fruitvote/start.sh (renamed from html/start.sh)0
2 files changed, 1 insertions, 1 deletions
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
index 3c274a8..3c274a8 100755
--- a/html/start.sh
+++ b/html/fruitvote/start.sh