diff --git a/scripts/start_server.sh b/scripts/start_server.sh index 7c617f7..9915655 100644 --- a/scripts/start_server.sh +++ b/scripts/start_server.sh @@ -9,7 +9,7 @@ start_server() { go build -tags netgo -ldflags '-s -w' -o app sudo setcap CAP_NET_BIND_SERVICE+ep app - nohup sudo ./app > backend.log 2>&1 & + nohup ./app > backend.log 2>&1 & } start_client() {