Skip to content

Commit

Permalink
[script] otbr-setup: Remove || true from script/setup call
Browse files Browse the repository at this point in the history
`script/otbr-setup.bash` should fail and exit if there's a problem running `script/setup`
  • Loading branch information
lmnotran committed Aug 22, 2023
1 parent 2ae0ebc commit 33bc086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/otbr-setup.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ cmake --version

pip3 install zeroconf

su -c "${build_options[*]} script/setup" pi || true
su -c "${build_options[*]} script/setup" pi

if [ "$REFERENCE_RELEASE_TYPE" = "1.2" ]; then
cd /home/pi/repo/
Expand Down

0 comments on commit 33bc086

Please sign in to comment.