From d2306cf6515d0bb90754379e250ed24628186368 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Jun 2022 19:28:51 -0500 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 e2e4e67..0ffa583 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -38,7 +38,7 @@ MMSTART(){ mmsv='Verifying' fi - #[ $VERBOSE = true ] echo "$(date) - ${mmsv} VPN..." >> $logfile + [ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> $logfile OUT=$(ip link | grep "$VPN_INTERFACE")