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

Update start_server.sh

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