Update dsmon.sh

This commit is contained in:
2025-03-28 08:55:34 -05:00
parent 15a3d054b3
commit e1b7eea040

View File

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