From e9757350f340e677127aeff1093fc2dd55c63c61 Mon Sep 17 00:00:00 2001 From: Michael S2pac Date: Wed, 3 Dec 2025 20:55:05 +0300 Subject: [PATCH] fixed copilot suggestion --- docker-cron-runner/xray-tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-cron-runner/xray-tools.sh b/docker-cron-runner/xray-tools.sh index 13456e28..9e439255 100644 --- a/docker-cron-runner/xray-tools.sh +++ b/docker-cron-runner/xray-tools.sh @@ -144,6 +144,7 @@ install_xray_core() { cp ./xray-unzip/xray ./"xray-linux-${FNAME}" rm -r xray-unzip rm "Xray-linux-${ARCH}.zip" +} if [ "${0##*/}" = "xray-tools.sh" ]; then cmd="$1"