Update mm-scripts.sh

This commit is contained in:
2023-07-08 21:34:50 -05:00
parent 3fadc6ded3
commit 7e8ae415ce

View File

@@ -1107,7 +1107,7 @@ MMSETUP(){
MMSTOP
echo -en "${idsCL[LightCyan]}Would you like to configure the hostname and network settings (y/N)? ${idsCL[Default]}"
read -n 1 choice
read choice
case "$choice" in
[Yy])
echo
@@ -1187,7 +1187,7 @@ MMSETUP(){
echo
echo -en "${idsCL[LightCyan]}Do you wish to change enabled services (y/N)? ${idsCL[Default]}"
read -n 1 choice
read choice
case "$choice" in
[Yy])
echo
@@ -1254,7 +1254,7 @@ MMSETUP(){
echo
echo -en "${idsCL[LightCyan]}Would you like to configure notications (y/N)? ${idsCL[Default]}"
read -n 1 choice
read choice
case "$choice" in
[Yy])
echo
@@ -1326,7 +1326,7 @@ MMSETUP(){
echo
echo -en "${idsCL[LightCyan]}Would you like to setup an SSH mount for Plex Media (y/N)? ${idsCL[Default]}"
read -n 1 choice
read choice
case "$choice" in
[Yy])
if [ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ]; then