Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hiifeng authored Jan 1, 2023
1 parent f190be3 commit 3c03f9e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Web Site:https://www.hicairo.com
# Telegram:https://t.me/HiaiFeng

sed -i "s/UUID/$UUID/g" /etc/v2ray/config.json
sed -i "s/VMESS_WSPATH/$VMESS_WSPATH/g" /etc/v2ray/config.json
sed -i "s/VLESS_WSPATH/$VLESS_WSPATH/g" /etc/v2ray/config.json
sed -i "s/VMESS_WSPATH/$VMESS_WSPATH/g" /etc/nginx/nginx.conf
sed -i "s/VLESS_WSPATH/$VLESS_WSPATH/g" /etc/nginx/nginx.conf
exec "$@"
sed -i "s/UUID/$UUID/g;s/VMESS_WSPATH/$VMESS_WSPATH/g;s/VLESS_WSPATH/$VLESS_WSPATH/g" /etc/v2ray/config.json
sed -i "s/VMESS_WSPATH/$VMESS_WSPATH/g;s/VLESS_WSPATH/$VLESS_WSPATH/g" /etc/nginx/nginx.conf
exec "$@"

0 comments on commit 3c03f9e

Please sign in to comment.