Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user