From 95c8910f872c59d17624b10ee9e165b77ace1623 Mon Sep 17 00:00:00 2001 From: v2ray Date: Thu, 10 Dec 2015 15:45:51 +0100 Subject: [PATCH] fix v2ray tmp path --- release/install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/install-release.sh b/release/install-release.sh index b472badd..f0b2fc46 100755 --- a/release/install-release.sh +++ b/release/install-release.sh @@ -49,7 +49,7 @@ fi # Configure SysV if necessary. if [ -d "/etc/init.d" ]; then if [ ! -f "/etc/init.d/v2ray" ]; then - cp "/tmp/v2ray/systemv/v2ray" "/etc/init.d/v2ray" + cp "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/systemv/v2ray" "/etc/init.d/v2ray" chmod +x "/etc/init.d/v2ray" update-rc.d v2ray defaults fi