Skip to content

Commit

Permalink
Update camera-streamer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 28, 2024
1 parent 117a575 commit 1b80063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/camera-streamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function run_ayucamstream() {
if [[ -n "${noprx}" ]] && [[ "${noprx}" = "true" ]]; then
# See https://github.com/mainsail-crew/crowsnest/pull/221#issuecomment-1863555700 for why
# we cannot assume the binary has support for `--http-listen`.
if $ust_bin --help | grep -q "http-listen"; then
if ${ust_bin} --help | grep -q "http-listen"; then
start_param+=( --http-listen=0.0.0.0 )
log_msg "INFO: Set to 'no_proxy' mode! Using 0.0.0.0!"
fi
Expand Down

0 comments on commit 1b80063

Please sign in to comment.