Update mm-scripts.sh
This commit is contained in:
@@ -1152,12 +1152,12 @@ MMSETUP(){
|
|||||||
echo -en "${idsCL[LightYellow]}File Access Password: ${idsCL[Default]}"
|
echo -en "${idsCL[LightYellow]}File Access Password: ${idsCL[Default]}"
|
||||||
read -e PLEXPASSWORD
|
read -e PLEXPASSWORD
|
||||||
echo
|
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
|
read -e PLEXFOLDER
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo -en "${idsCL[LightCyan]}Verifying local SSH key, otherwise generating one ... ${idsCL[Default]}"
|
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
|
||||||
echo -e "${idsCL[LightYellow]}Generating new key, enter no password, and keep defaults: ${idsCL[Default]}"
|
echo -e "${idsCL[LightYellow]}Generating new key, enter no password, and keep defaults: ${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user