From fd368bec0112800c9aab3ece7cfc517950ecf479 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Tue, 24 Mar 2020 19:46:44 +0800 Subject: [PATCH] Fix missing --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 7eb9a89..0a390a2 100644 --- a/install-release.sh +++ b/install-release.sh @@ -341,7 +341,7 @@ installV2Ray(){ } installStartupServiceFile() { if [[ ! -f '/etc/systemd/system/v2ray.service' ]]; then - mkdir "{TMP_DIRECTORY}systemd/system/" + mkdir "${TMP_DIRECTORY}systemd/system/" curl ${PROXY} -o "${TMP_DIRECTORY}systemd/system/v2ray.service" https://raw.githubusercontent.workers.dev/v2fly/fhs-install-v2ray/master/systemd/system/v2ray.service -s if [[ "$?" -ne '0' ]]; then echo 'error: Failed to start service file download! Please check your network or try again.'