Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user