Skip to content

Commit

Permalink
chore: set yes to default answer
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Nov 22, 2023
1 parent de39f7a commit ac1a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libs/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ detect_existing_webcamd() {
msg "Found an existing mjpg-streamer installation!"
msg "This should be stopped and disabled!"
while true; do
read -erp "Do you want to stop and disable existing 'webcamd'? (y/N) " -i "N" disable
read -erp "Do you want to stop and disable existing 'webcamd'? (Y/n) " -i "Y" disable
case "${disable}" in
y|Y|yes|Yes|YES)
msg "Stopping webcamd.service ..."
Expand Down

0 comments on commit ac1a600

Please sign in to comment.