mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-24 00:51: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"
|
||||
else
|
||||
echo "OnionShare failed to build!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue