Skip to content

Commit

Permalink
remove upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 11, 2018
1 parent d4ad1cd commit 1dcc379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions release/config/systemd/v2ray.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
Restart=on-failure
# Don't restart in the case of configuration error
RestartPreventExitStatus=23
# After unexpected exit, upload latest V2Ray log to official log service for future analysis.
# ExecStopPost=/usr/bin/v2ray/upload.sh

[Install]
WantedBy=multi-user.target
3 changes: 0 additions & 3 deletions release/config/upload.sh

This file was deleted.

1 change: 0 additions & 1 deletion release/install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ installV2Ray(){
copyFile v2ctl && makeExecutable v2ctl
copyFile geoip.dat
copyFile geosite.dat
copyFile upload.sh && makeExecutable upload.sh

# Install V2Ray server config to /etc/v2ray
if [[ ! -f "/etc/v2ray/config.json" ]]; then
Expand Down

0 comments on commit 1dcc379

Please sign in to comment.