From 2ed6d1b6313227374eba52db501dd68674fcfcc0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 5 Jun 2022 18:00:19 -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 0de991f..13a156a 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -133,7 +133,7 @@ MMSTART(){ done if [ "${scip}" != "${mmip}" ]; then echo -e "${idsCL[Green]} done${idsCL[Default]}" - [ $VERBOSE = true ] && echo "$(date) - WAN Address: ${mmip}" >> $logfile + [ $VERBOSE = true ] && echo "$(date) - WAN Address: ${mmip} - GW Address: ${defaultgw}" >> $logfile 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 scip(${scip}) mmip(${mmip})" >> $logfile