Update mm-scripts.sh

This commit is contained in:
2023-04-22 17:10:59 -05:00
parent 3cb0a24b04
commit 705c73ce7b

View File

@@ -330,7 +330,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
rm -f ${MMFOLDER}/mm.plexmount.fail*
fi
if [ -f ${MMFOLDER}/mm.plexmount.fail ] && [ "${1}" == "start" ]; then
if [ -f ${MMFOLDER}/mm.plexmount.fail ] && [ "${1}" == "start" ] && [ "${2}" != "vpn" ]; then
read -n 1 -p "Would you like to start services without Plex Media being mounted? (y/N): " choice
case "$choice" in
[Yy])