From 705c73ce7bb954d7e7e89200f247c9d8b96d29d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 17:10:59 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 41cace5..6514eb0 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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])