mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-21 21:14:19 -04:00
exit 1 on failure for completeness
This commit is contained in:
parent
157d790e27
commit
ed3048c3db
1 changed files with 1 additions and 0 deletions
|
@ -21,4 +21,5 @@ if [[ $? -eq 0 ]]; then
|
||||||
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
||||||
else
|
else
|
||||||
echo "OnionShare failed to build!"
|
echo "OnionShare failed to build!"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue