From 7e8ae415ce4e1c9ef5f19d9437376fee3bd485ed Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Jul 2023 21:34:50 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index cb8efeb..1d0346e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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