diff --git a/autoBuildDeploy b/autoBuildDeploy index abe5bac..83e5f92 100755 --- a/autoBuildDeploy +++ b/autoBuildDeploy @@ -1,5 +1,5 @@ #!/bin/bash sudo ./installReqs -./setup -./runServer \ No newline at end of file +sudo ./setup +sudo ./runServer \ No newline at end of file