Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yulahuyed authored Dec 10, 2017
1 parent 4a5e599 commit acfdaa1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cd /v2raybin
echo -e "$CONFIG_JSON" > config.json
echo -e -n "$CONFIG_JSON1" > config.json
echo -e -n "$UUID" >> config.json
echo -e -n "$CONFIG_JSON2" >> config.json
if [ "$CERT_PEM" != "$KEY_PEM" ]; then
echo -e "$CERT_PEM" > cert.pem
echo -e "$KEY_PEM" > key.pem
echo -e "$CERT_PEM" > cert.pem
echo -e "$KEY_PEM" > key.pem
fi
./v2ray

0 comments on commit acfdaa1

Please sign in to comment.