fix: typo in mjpg-streamer dialog (#239)

This commit is contained in:
megapro17
2022-09-08 10:15:24 +03:00
committed by GitHub
parent f46b099b74
commit f25726cfed
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ function install_fluidd() {
while true; do while true; do
echo echo
top_border top_border
echo -e "| Install MJGP-Streamer for webcam support? |" echo -e "| Install MJPG-Streamer for webcam support? |"
bottom_border bottom_border
read -p "${cyan}###### Please select (y/N):${white} " yn read -p "${cyan}###### Please select (y/N):${white} " yn
case "${yn}" in case "${yn}" in
@@ -423,4 +423,4 @@ MOONRAKER_CONF
if [[ ${patched} == "true" ]]; then if [[ ${patched} == "true" ]]; then
do_action_service "restart" "moonraker" do_action_service "restart" "moonraker"
fi fi
} }

View File

@@ -45,7 +45,7 @@ function install_mainsail() {
while true; do while true; do
echo echo
top_border top_border
echo -e "| Install MJGP-Streamer for webcam support? |" echo -e "| Install MJPG-Streamer for webcam support? |"
bottom_border bottom_border
read -p "${cyan}###### Please select (y/N):${white} " yn read -p "${cyan}###### Please select (y/N):${white} " yn
case "${yn}" in case "${yn}" in
@@ -597,4 +597,4 @@ MOONRAKER_CONF
if [[ ${patched} == "true" ]]; then if [[ ${patched} == "true" ]]; then
do_action_service "restart" "moonraker" do_action_service "restart" "moonraker"
fi fi
} }