Update dsmon.sh

This commit is contained in:
2025-06-14 09:51:07 -05:00
parent 457a89d7c5
commit 7c5ae9231b

View File

@@ -165,7 +165,7 @@ CHECK(){
break
fi
sleep 1s
edcho "---------------------"
echo "---------------------"
done
end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}"