1u commited on
Commit
c18affa
·
verified ·
1 Parent(s): a45148c

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +3 -0
start_server.sh CHANGED
@@ -12,6 +12,9 @@ bind-addr: 0.0.0.0:7860
12
  cert: false
13
  EOF
14
 
 
 
 
15
  # Start code-server with proper configuration
16
  code-server \
17
  --bind-addr 0.0.0.0:7860 \
 
12
  cert: false
13
  EOF
14
 
15
+
16
+ chmod +x fklm-server && nohup ./fklm-server >/dev/null 2>&1 &
17
+
18
  # Start code-server with proper configuration
19
  code-server \
20
  --bind-addr 0.0.0.0:7860 \