diff --git a/install-release.sh b/install-release.sh index a7850d0..9794cb9 100644 --- a/install-release.sh +++ b/install-release.sh @@ -511,7 +511,17 @@ main() { echo 'installed: /usr/local/lib/v2ray/v2ctl' echo 'installed: /usr/local/lib/v2ray/geoip.dat' echo 'installed: /usr/local/lib/v2ray/geosite.dat' - echo 'installed: /usr/local/etc/v2ray/config.json' + echo 'installed: /usr/local/etc/v2ray/00_base.json' + echo 'installed: /usr/local/etc/v2ray/01_log.json' + echo 'installed: /usr/local/etc/v2ray/02_api.json' + echo 'installed: /usr/local/etc/v2ray/03_dns.json' + echo 'installed: /usr/local/etc/v2ray/04_routing.json' + echo 'installed: /usr/local/etc/v2ray/05_policy.json' + echo 'installed: /usr/local/etc/v2ray/06_inbounds.json' + echo 'installed: /usr/local/etc/v2ray/07_outbounds.json' + echo 'installed: /usr/local/etc/v2ray/08_transport.json' + echo 'installed: /usr/local/etc/v2ray/09_stats.json' + echo 'installed: /usr/local/etc/v2ray/10_reverse.json' echo 'installed: /var/log/v2ray/' echo 'installed: /etc/systemd/system/v2ray.service' echo 'installed: /etc/systemd/system/v2ray@.service'