network/signal-desktop: Make sure to exit.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David O'Shaughnessy 2018-03-07 10:50:01 +07:00 committed by Willy Sudiarto Raharjo
parent 5bfb8af519
commit 49f7281411

View file

@ -45,6 +45,7 @@ if [ "$ARCH" = "x86_64" ]; then
DEBARCH="amd64"
else
echo "Sorry, the Signal binary is currently available for x86_64 only."
exit 1
fi
set -e