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

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -2
start_server.sh CHANGED
@@ -6,8 +6,8 @@ NGX_NAME="${NGX_NAME:-admin}"
6
  NGX_PASS="${NGX_PASS:-admin}"
7
  CRYPTPASS=`openssl passwd -apr1 ${NGX_PASS}`
8
 
9
- echo "USERNAME" $NGX_NAME
10
- echo "PASSWORD" $NGX_PASS
11
 
12
  echo "${NGX_NAME}:${CRYPTPASS}" > ngpasswd
13
  nginx -c $PWD/nginx.conf
 
6
  NGX_PASS="${NGX_PASS:-admin}"
7
  CRYPTPASS=`openssl passwd -apr1 ${NGX_PASS}`
8
 
9
+ echo "USERNAME:" $NGX_NAME
10
+ echo "PASSWORD:" $NGX_PASS
11
 
12
  echo "${NGX_NAME}:${CRYPTPASS}" > ngpasswd
13
  nginx -c $PWD/nginx.conf