From d3e00ff9e997cebdf8ada6309578a815956184e1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 18:21:24 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index a2f6329..4ced6a6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -19,6 +19,7 @@ if [ "${2}" == "q" ]; then idsCL=('') idsBG=('') idsST=('') + echo -e "\n\n$(date) - Starting log #############################\n" >> $logfile fi [ -f ${MMFOLDER}/vpninfo ] && source ${MMFOLDER}/vpninfo @@ -1080,6 +1081,7 @@ MMSETUP(){ source /opt/idssys/mediamanager/settings.conf IFS=,; SERVICES_CHECK=(${SERVICESCHECK}); unset IFS + echo echo -en "${idsCL[LightCyan]}Would you like to update media management services (Y/n)? ${idsCL[Default]}" read -n 1 choice case "$choice" in