From 566db93bd335f421e1a16409f8b6165bb8b97ac6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 22:02:21 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 86fc31b..4424096 100755 --- a/run.sh +++ b/run.sh @@ -58,6 +58,6 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ " fi fi -/opt/idssys/dsmon/dsmon.sh $1 $2 $3 $4 +/opt/idssys/dsmon/dsmon.sh "$1" "$2" $3 $4 exit 0