Update mm-scripts.sh

This commit is contained in:
2022-06-05 18:08:50 -05:00
parent a646625d02
commit 710c23376d

View File

@@ -168,11 +168,14 @@ MMSTART(){
fi
echo
if [ $VERBOSE = true ]; then
chktmend=`date +%s`
chktm=$((chktmend-chktmstart))
echo "$(date) - ${mmsv} Runtime: ${chktm}s" >> $logfile
fi
exit 0
}
MMSTOP(){
@@ -230,6 +233,8 @@ MMSTOP(){
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
echo
exit 0
}
MMSTATUS(){