justest commited on
Commit
9d4eb79
·
1 Parent(s): 02fb3a6

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -2
start_server.sh CHANGED
@@ -14,8 +14,8 @@ nginx -c $PWD/nginx.conf
14
 
15
  set +e
16
  if [[ ! -z "$REPO" ]]; then
17
- echo start to clone initial repo $repo
18
- git clone --progress $REPO
19
  fi
20
  set -e
21
  git config --global http.postBuffer 524288000
 
14
 
15
  set +e
16
  if [[ ! -z "$REPO" ]]; then
17
+ echo start to clone $REPO
18
+ git clone --progress $REPO &
19
  fi
20
  set -e
21
  git config --global http.postBuffer 524288000