mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
update script
This commit is contained in:
parent
226671f7d7
commit
24ae3a18f3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ start_server() {
|
|||
|
||||
go build -tags netgo -ldflags '-s -w' -o 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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue