From 73cf1fb1fc911504b93246c4ecd86bc68af514cb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 14:01:39 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 9addfd6..da1b9fb 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -128,7 +128,7 @@ MMSTART(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "${idsCL[LightCyan]}${msg}${spc} ${idsCL[White]}: ${idsCL[Default]}" mmsv='Verifying' - [ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> ${MM_LOGFILE} + # [ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> ${MM_LOGFILE} fi