diff --git a/mm-scripts.sh b/mm-scripts.sh index 1d21378..9a0a8c7 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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