Update mm-scripts.sh
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user