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
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

View File

@@ -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