From fb3cb6da25a67eafacbb663b87cd3b39073c7c9b Mon Sep 17 00:00:00 2001 From: basshound Date: Tue, 30 Apr 2024 14:33:15 +0000 Subject: [PATCH] Update autoBuildDeploy --- autoBuildDeploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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