From 20b0ca66ac4c2b45f24c033bc9bbf6e1459b955d Mon Sep 17 00:00:00 2001 From: basshound Date: Tue, 30 Apr 2024 17:24:21 +0000 Subject: [PATCH] Update autoBuildDeploy --- autoBuildDeploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoBuildDeploy b/autoBuildDeploy index 83e5f92..074ba60 100755 --- a/autoBuildDeploy +++ b/autoBuildDeploy @@ -1,5 +1,7 @@ #!/bin/bash +cd "$(dirname "$0")" + sudo ./installReqs sudo ./setup sudo ./runServer \ No newline at end of file