From: Sam Saffron Date: Thu, 19 Nov 2015 00:14:59 +0000 (-0500) Subject: exit on fail X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bffa4c102bb17ea9442197a6f100ca551f6386c3;p=discourse_docker.git exit on fail --- diff --git a/image/base/install-gifsicle b/image/base/install-gifsicle index b1c1042..bfee12a 100755 --- a/image/base/install-gifsicle +++ b/image/base/install-gifsicle @@ -1,4 +1,5 @@ #!/bin/bash +set -e VERSION=1.87 cd /tmp curl -O http://www.lcdf.org/gifsicle/gifsicle-$VERSION.tar.gz diff --git a/image/base/install-pngcrush b/image/base/install-pngcrush index bcff47b..2573d7e 100755 --- a/image/base/install-pngcrush +++ b/image/base/install-pngcrush @@ -1,4 +1,5 @@ #!/bin/bash +set -e PNGCRUSH_VERSION=1.7.87 cd /tmp curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/$PNGCRUSH_VERSION/pngcrush-$PNGCRUSH_VERSION.tar.gz