Update mm-scripts.sh

This commit is contained in:
2023-04-21 18:44:35 -05:00
parent 0bafc846c9
commit a00c472efc

View File

@@ -324,9 +324,6 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
fi
if [ -f ${MMFOLDER}/mm.plexmount.fail ] && [ "${1}" == "start" ]; then
echo
echo -en "${idsCL[LightCyan]}Would you like to start services without Plex Media being mounted? (y/N): ${idsCL[Default]}"
read start_noplexmedia
read -n 1 -p "Would you like to start services without Plex Media being mounted? (y/N): " choice
case "$choice" in
[Yy])