mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-04 22:58:35 +00:00
9 lines
94 B
Bash
9 lines
94 B
Bash
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
if [ ! -e "server-cfg.json" ]; then
|
||
|
./gen-server-cfg.sh
|
||
|
fi
|
||
|
|
||
|
exec "$@"
|