From 67c1d28fb354349a363595ece4cd8ad19eabe72e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Mar 2023 22:11:09 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 8a0ef01..06ec667 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -101,7 +101,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf echo -en "${idsCL[Green]}The VPN Tunnel is already running :${idsCL[Default]}" fi else - mmsv='Verifying' + echo -en "${idsCL[LightCyan]}Verifying the VPN Tunnel :${idsCL[Default]}" fi [ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> $logfile @@ -143,7 +143,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf fi else - if [ ${GOFORSTART} = true ]; then + if [ ${GOFORSTART} = true ] || [ "${1}" == "check" ]; then echo -e "${idsCL[Green]} done${idsCL[Default]}" fi