From c31f08269bb0243b9006bd18348c03b427d0cfed Mon Sep 17 00:00:00 2001 From: j Date: Tue, 30 Dec 2025 10:05:49 +1300 Subject: [PATCH] . --- source/agent-remote/datacommands_v2.sh | 0 source/agent-remote/ds_run.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 source/agent-remote/datacommands_v2.sh mode change 100644 => 100755 source/agent-remote/ds_run.sh diff --git a/source/agent-remote/datacommands_v2.sh b/source/agent-remote/datacommands_v2.sh old mode 100644 new mode 100755 diff --git a/source/agent-remote/ds_run.sh b/source/agent-remote/ds_run.sh old mode 100644 new mode 100755 index e4ac575..acf16bf --- a/source/agent-remote/ds_run.sh +++ b/source/agent-remote/ds_run.sh @@ -39,8 +39,8 @@ fi source "${AGENT_PATH}/common.sh" # -- Validate arguments -- -if [[ $# -lt 3 ]]; then - echo "Usage: ds_run.sh SERVER SERVICE COMMAND [args...]" >&2 +if [[ $# -lt 2 ]]; then + echo "Usage: ds_run.sh SERVICE COMMAND [args...]" >&2 exit 1 fi