Remove unwanted content

pull/1/head
Dct Mei 2020-03-29 14:02:27 +08:00
parent 0a4d5782ea
commit 070747d543
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 0 additions and 4 deletions

View File

@ -515,10 +515,6 @@ main() {
echo 'installed: /var/log/v2ray/'
echo 'installed: /etc/systemd/system/v2ray.service'
echo 'installed: /etc/systemd/system/v2ray@.service'
if [[ -n "$PORT" ]] && [[ -n "$UUID" ]]; then
echo "PORT: $PORT"
echo "UUID: $UUID"
fi
if [[ "$V2RAY_RUNNING" -ne '1' ]]; then
echo 'Please execute the command: systemctl enable v2ray; systemctl start v2ray'
fi