From cc17c6b2cdda8459fce5550c4ab1abbb28febfc1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 21 May 2019 09:21:22 -0700 Subject: [PATCH] cloudron-support: add set --- scripts/cloudron-support | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/cloudron-support b/scripts/cloudron-support index e257f007b..40fee97ad 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -1,5 +1,7 @@ #!/bin/bash +set -eu -o pipefail + # This script collects diagnostic information to help debug server related issues # It also enables SSH access for the cloudron support team