From 9aba336b34e9abbe2aa05112fb21141d3f0ab45b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Apr 2023 20:09:41 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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