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

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -15,7 +15,7 @@ nginx -c $PWD/nginx.conf
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
 
15
  set +e
16
  if [[ ! -z "$REPO" ]]; then
17
  echo start to clone $REPO
18
+ git clone $REPO
19
  fi
20
  set -e
21
  git config --global http.postBuffer 524288000