From 518e1bcff3d3089bb840bdd8f82610ecca668543 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Jun 2022 19:05:53 -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 7e02c1a..78d51b6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -102,7 +102,7 @@ MMSTART(){ echo -e "${idsCL[Green]} done${idsCL[Default]}" else echo -e "${idsCL[Red]}Traffic is not routing through VPN, restarting system!${idsCL[Default]}" - echo "$(date) - Traffic is not routing through VPN, restarting system" >> $logfile + echo "$(date) - Traffic is not routing through VPN, restarting system scip(${scip}) mmip(${mmip})" >> $logfile MMSTOP sleep 1m "${VPN_START[@]}"