From 6ce5832feadf53b37b871a93e2d0d30053f61015 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Tue, 24 Mar 2020 23:50:30 +0800 Subject: [PATCH] Fix the omissions again --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 0a390a2..5d4b8d0 100644 --- a/install-release.sh +++ b/install-release.sh @@ -347,7 +347,7 @@ installStartupServiceFile() { echo 'error: Failed to start service file download! Please check your network or try again.' exit 1 fi - install -m 755 "${TMP_DIRECTORY}systemd/v2ray.service" /etc/systemd/system/v2ray.service + install -m 755 "${TMP_DIRECTORY}systemd/system/v2ray.service" /etc/systemd/system/v2ray.service fi }