From 85cbd619f7a7aa262a6fb1eb103222ccdff0a1bf Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 13:35:00 +0100 Subject: [PATCH] Update ApplicationStart.sh --- scripts/ApplicationStart.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ApplicationStart.sh b/scripts/ApplicationStart.sh index 2b3781c..b48b99c 100644 --- a/scripts/ApplicationStart.sh +++ b/scripts/ApplicationStart.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash start_backend() { + touch back.txt cd /home/ubuntu/song-recognition go build -tags netgo -ldflags '-s -w' -o app nohup ./app > backend.log 2>&1 & @@ -8,6 +9,7 @@ start_backend() { } start_client() { + touch client.txt cd /home/ubuntu/song-recognition/client nvm install 16 nvm use 16