From 7ad4f5796ad21e42fdc4ae2cdaa87185bca0bd63 Mon Sep 17 00:00:00 2001 From: Feodor Tersin Date: Tue, 25 Aug 2015 13:54:19 +0300 Subject: [PATCH] Turn off debug output in install.sh It was turned on for debugging and had been forgot to turn off before commiting. Change-Id: I5ecc21e6505d2d138dea3d7326efaeb8748f3219 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ea76f94e..5ed8c7c9 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e #Parameters to configure SERVICE_USERNAME=ec2api