justest commited on
Commit
df8ed23
·
1 Parent(s): 57fdae3

Update start_server.sh

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