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 break
fi fi
sleep 1s sleep 1s
edcho "---------------------" echo "---------------------"
done done
end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}" end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}"