From 774d105cf252abfb366b842be63799e04ac6dfce Mon Sep 17 00:00:00 2001 From: Mattias Ohlsson Date: Wed, 17 Apr 2013 22:18:48 +0200 Subject: [PATCH] fix for issue 32 --- gitlab-install-el6.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab-install-el6.sh b/gitlab-install-el6.sh index ca819b7..cc1f961 100755 --- a/gitlab-install-el6.sh +++ b/gitlab-install-el6.sh @@ -19,7 +19,6 @@ export RUBY_VERSION="1.9.3-p392" MYSQL_ROOT_PW=$(cat /dev/urandom | tr -cd [:alnum:] | head -c ${1:-16}) # Exit on error -set -e die() {