update script

This commit is contained in:
Chigozirim Igweamaka 2024-06-23 22:44:38 +01:00
parent 226671f7d7
commit 24ae3a18f3

View file

@ -9,7 +9,7 @@ start_server() {
go build -tags netgo -ldflags '-s -w' -o app go build -tags netgo -ldflags '-s -w' -o app
sudo setcap CAP_NET_BIND_SERVICE+ep app sudo setcap CAP_NET_BIND_SERVICE+ep app
nohup ./app > backend.log 2>&1 & nohup ./app serve -proto https -p 4443 > backend.log 2>&1 &
} }
start_client() { start_client() {