diff --git a/mm-scripts.sh b/mm-scripts.sh index a9e3c1f..db07b6c 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1152,12 +1152,12 @@ MMSETUP(){ echo -en "${idsCL[LightYellow]}File Access Password: ${idsCL[Default]}" read -e PLEXPASSWORD echo - echo -en "${idsCL[LightYellow]}Plex Media Folder location [ex. /srv/media/plex-media]: ${idsCL[Default]}" + echo -en "${idsCL[LightYellow]}Plex Media Folder location [ ex. /srv/media-data ] : ${idsCL[Default]}" read -e PLEXFOLDER echo echo -en "${idsCL[LightCyan]}Verifying local SSH key, otherwise generating one ... ${idsCL[Default]}" - if [ ! -f /root/.ssh/id_rsa.pub]; then + if [ ! -f /root/.ssh/id_rsa.pub ]; then echo echo -e "${idsCL[LightYellow]}Generating new key, enter no password, and keep defaults: ${idsCL[Default]}" echo