Update start_server.sh
Browse files- 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 "$
|
17 |
-
git clone $
|
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
|