exit 1 on failure for completeness

This commit is contained in:
Miguel Jacq 2017-05-19 14:42:23 +10:00
parent 157d790e27
commit ed3048c3db

View File

@ -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