diff --git a/dsmon.sh b/dsmon.sh index 7fb0a6b..48e6eec 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -188,7 +188,7 @@ CHECK(){ break fi lc_count=${nc_count} - # sleep 1s + sleep 1s done end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}s"