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