justest commited on
Commit
c5245d6
·
1 Parent(s): def9b9a

Update start_server.sh

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