From 55eaed29721d1626ce9931efe0553282d4782507 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 24 Feb 2017 11:16:45 +0000 Subject: [PATCH] No set -eu in remove script --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index ea18dbb..dc1fba2 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,7 +1,6 @@ #!/bin/bash # Exit on command errors and treat unset variables as an error - set -eu app=$YNH_APP_INSTANCE_NAME # Source app helpers