From f25726cfed9f3ac1318728b17b992873b9b8ec8c Mon Sep 17 00:00:00 2001 From: megapro17 Date: Thu, 8 Sep 2022 10:15:24 +0300 Subject: [PATCH] fix: typo in mjpg-streamer dialog (#239) --- scripts/fluidd.sh | 4 ++-- scripts/mainsail.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/fluidd.sh b/scripts/fluidd.sh index f7c5850..41e7838 100644 --- a/scripts/fluidd.sh +++ b/scripts/fluidd.sh @@ -45,7 +45,7 @@ function install_fluidd() { while true; do echo top_border - echo -e "| Install MJGP-Streamer for webcam support? |" + echo -e "| Install MJPG-Streamer for webcam support? |" bottom_border read -p "${cyan}###### Please select (y/N):${white} " yn case "${yn}" in @@ -423,4 +423,4 @@ MOONRAKER_CONF if [[ ${patched} == "true" ]]; then do_action_service "restart" "moonraker" fi -} \ No newline at end of file +} diff --git a/scripts/mainsail.sh b/scripts/mainsail.sh index cf2e3c2..b8b736f 100644 --- a/scripts/mainsail.sh +++ b/scripts/mainsail.sh @@ -45,7 +45,7 @@ function install_mainsail() { while true; do echo top_border - echo -e "| Install MJGP-Streamer for webcam support? |" + echo -e "| Install MJPG-Streamer for webcam support? |" bottom_border read -p "${cyan}###### Please select (y/N):${white} " yn case "${yn}" in @@ -597,4 +597,4 @@ MOONRAKER_CONF if [[ ${patched} == "true" ]]; then do_action_service "restart" "moonraker" fi -} \ No newline at end of file +}