This commit is contained in:
j
2025-12-30 10:05:49 +13:00
parent 4bcbf12088
commit c31f08269b
2 changed files with 2 additions and 2 deletions

0
source/agent-remote/datacommands_v2.sh Normal file → Executable file
View File

4
source/agent-remote/ds_run.sh Normal file → Executable file
View File

@@ -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