Update dsmon.sh

This commit is contained in:
2023-12-01 21:50:26 -06:00
parent efef51162e
commit 4622b5906f

View File

@@ -267,9 +267,8 @@ ${DRIVE} : ${DRIVEINFO_FREE[$DRIVE]}GB out of ${DRIVEINFO_TOT[$DRIVE]}GB Free ($
done
end=`date +%s`
runtime=$((end-start))
echo "Script Runtime: ${runtime}"
end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}"
echo
}
SETUPSSH(){