diff --git a/dsmon.sh b/dsmon.sh index 4b7c3e7..bb1bb39 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -398,7 +398,7 @@ RUNCMD_SUB(){ if [ "${ssh_output}" == "" ]; then echo -e "${idsCL[Red]} ${host} [${ip}] - Timeout${idsCL[Default]}" >> ${tmpfile}.running else - echo -e "${idsCL[LightYellow]}${ssh_output}${idsCL[Default]}" >> ${tmpfile}.running + echo -e "${idsCL[Yellow]}${ssh_output}${idsCL[Default]}" >> ${tmpfile}.running fi fi mv ${tmpfile}.running ${tmpfile}.done > /dev/null 2>&1