From 6691c6f07ffca6de3bfda8aec15a589dcc6629d6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 28 Nov 2016 10:49:07 +0000 Subject: [PATCH] This can fail without failing Signed-off-by: Patrick Uiterwijk --- roles/ipa/server/files/configure-ipa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipa/server/files/configure-ipa.sh b/roles/ipa/server/files/configure-ipa.sh index 4a424fc950..6467c341ce 100644 --- a/roles/ipa/server/files/configure-ipa.sh +++ b/roles/ipa/server/files/configure-ipa.sh @@ -1,4 +1,4 @@ -#!/bin/bash -xe +#!/bin/bash -x ADMIN_PASSWORD="$1" function cleanup {