From 4622b5906f8ff3dd74b5d2073fd95fce7c037e17 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Dec 2023 21:50:26 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index d30110c..71e73ac 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -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(){