mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
exit 1 on failure for completeness
This commit is contained in:
parent
55d18d88f4
commit
5567e435dd
@ -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…
Reference in New Issue
Block a user