.
This commit is contained in:
4
source/agent-remote/ds_run.sh
Normal file → Executable file
4
source/agent-remote/ds_run.sh
Normal file → Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user