From a28fc4fefa6cd24e57d660c09d2db431294f5133 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 18:27:38 -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 4ced6a6..7924051 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -19,7 +19,6 @@ if [ "${2}" == "q" ]; then idsCL=('') idsBG=('') idsST=('') - echo -e "\n\n$(date) - Starting log #############################\n" >> $logfile fi [ -f ${MMFOLDER}/vpninfo ] && source ${MMFOLDER}/vpninfo @@ -1180,6 +1179,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then exit 1 fi fi + [ "${2}" == "q" ] && [ "${action}" == "check" ] && echo -e "\n\n$(date) - Starting log #############################\n" >> ${outputlogfile} [ "${action}" != "status" ] && touch ${MMFOLDER}/mm.stop.checking [ "${2}" == "vpn" ] && touch ${MMFOLDER}/mm.noservices [ ! -f ${MMFOLDER}/mm.stop ] && MMSTART ${action} ${2}