Update mm-scripts.sh
This commit is contained in:
@@ -334,16 +334,16 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
|
||||
fi
|
||||
|
||||
if [ -f ${MMFOLDER}/mm.plexmount.fail ] && [ "${1}" == "start" ] && [ "${2}" != "vpn" ]; then
|
||||
echo -en "${idsCL[LightCyan]}Would you like to start services without Plex Media being mounted? (y/N)? ${idsCL[Default]}"
|
||||
echo -en "${idsCL[LightCyan]}Would you like to start services without Plex Media being mounted? ${idsCL[LightYellow]}(y/N)${idsCL[LightCyan]}? ${idsCL[Default]}"
|
||||
read -n 1 choice
|
||||
case "$choice" in
|
||||
[Yy])
|
||||
rm -f ${MMFOLDER}/mm.plexmount.fail*
|
||||
touch ${MMFOLDER}/mm.plexmount.fail2
|
||||
echo
|
||||
echo;echo
|
||||
;;
|
||||
* )
|
||||
echo
|
||||
echo;echo
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user