mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
exit 1 on failure for completeness
This commit is contained in:
parent
55d18d88f4
commit
5567e435dd
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
Reference in a new issue