Update mm-scripts.sh

This commit is contained in:
2023-04-21 22:10:19 -05:00
parent 5e55a3f97b
commit 903f1c0c67

View File

@@ -918,14 +918,12 @@ MMSETUP(){
else
echo "# PUSHOVER_USER_TOKEN=\"\"" >> ${MMFOLDER}/settings.conf
fi
source /opt/idssys/mediamanager/settings.conf
echo
read -n 1 -p "Do you wish to start services now (y/N)?" choice
echo
case "$choice" in
[Yy]) MMSTART start ;;
[Yy]) mm start ;;
* ) echo -e "${idsCL[Cyan]}Not starting. To start, run the command '${idsCL[Green]}mm start${idsCL[LightCyan]}'${idsCL[Default]}";echo;echo;;
esac
echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"