Update dsmon.sh
This commit is contained in:
5
dsmon.sh
5
dsmon.sh
@@ -267,9 +267,8 @@ ${DRIVE} : ${DRIVEINFO_FREE[$DRIVE]}GB out of ${DRIVEINFO_TOT[$DRIVE]}GB Free ($
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
end=`date +%s`
|
end=`date +%s`; runtime=$((end-start)); echo -e "\nScript Runtime: ${runtime}"
|
||||||
runtime=$((end-start))
|
echo
|
||||||
echo "Script Runtime: ${runtime}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SETUPSSH(){
|
SETUPSSH(){
|
||||||
|
|||||||
Reference in New Issue
Block a user