Update run.sh

This commit is contained in:
2023-01-02 22:02:21 -06:00
parent 993314e59f
commit 566db93bd3

2
run.sh
View File

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