From e301c15cef8aec33b418c78f3271da7cd6eef7d4 Mon Sep 17 00:00:00 2001 From: nagibator_archivator Date: Mon, 15 Dec 2025 15:53:00 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docker-cron-runner/xray-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-cron-runner/xray-tools.sh b/docker-cron-runner/xray-tools.sh index a91e5949..35ec12b6 100644 --- a/docker-cron-runner/xray-tools.sh +++ b/docker-cron-runner/xray-tools.sh @@ -162,7 +162,7 @@ if [ "${0##*/}" = "xray-tools.sh" ]; then echo "Usage:" echo " $0 install_xray_core TARGETARCH XRAYDIR XRAY_VERSION" echo " $0 update_geodata_in_docker XRAYDIR" - exit 1 + exit 0 ;; *) echo "Unknown command: $cmd" >&2