Update mm-scripts.sh
This commit is contained in:
@@ -1107,7 +1107,7 @@ MMSETUP(){
|
|||||||
MMSTOP
|
MMSTOP
|
||||||
|
|
||||||
echo -en "${idsCL[LightCyan]}Would you like to configure the hostname and network settings (y/N)? ${idsCL[Default]}"
|
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
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
echo
|
echo
|
||||||
@@ -1187,7 +1187,7 @@ MMSETUP(){
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo -en "${idsCL[LightCyan]}Do you wish to change enabled services (y/N)? ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Do you wish to change enabled services (y/N)? ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
echo
|
echo
|
||||||
@@ -1254,7 +1254,7 @@ MMSETUP(){
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo -en "${idsCL[LightCyan]}Would you like to configure notications (y/N)? ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Would you like to configure notications (y/N)? ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
echo
|
echo
|
||||||
@@ -1326,7 +1326,7 @@ MMSETUP(){
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo -en "${idsCL[LightCyan]}Would you like to setup an SSH mount for Plex Media (y/N)? ${idsCL[Default]}"
|
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
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
if [ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ]; then
|
if [ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user