Update mm-scripts.sh

This commit is contained in:
2023-04-23 20:09:41 -05:00
parent 387ad87518
commit 9aba336b34

View File

@@ -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