From 44138564b0a4590c8dbde767c8d1df53d1153cc0 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 11 Mar 2021 16:29:21 -0600 Subject: [PATCH] Added debug output for deployCustom #799 --- start-deployCustom | 1 + 1 file changed, 1 insertion(+) diff --git a/start-deployCustom b/start-deployCustom index e2939ab8..156ee9ba 100644 --- a/start-deployCustom +++ b/start-deployCustom @@ -1,6 +1,7 @@ #!/bin/bash . ${SCRIPTS:-/}start-utils +isDebugging && set -x if isURL ${CUSTOM_SERVER}; then filename=$(basename ${CUSTOM_SERVER})