Update mm-scripts.sh

This commit is contained in:
2023-04-22 18:21:24 -05:00
parent 49e7e91623
commit d3e00ff9e9

View File

@@ -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