From 7557966c98335f103d907d7aa6eb3e55cd9e6045 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 17 Mar 2021 14:12:59 +0100 Subject: [PATCH] Add debug logging for STACK_NAME --- abra | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abra b/abra index 24b6181..8c9cc38 100755 --- a/abra +++ b/abra @@ -597,7 +597,9 @@ load_instance() { IFS='/' read -r -a PARTS <<< "$ENV_FILE" SERVER="${PARTS[-2]}" + export STACK_NAME="${APP//./_}" + debug "Using ${STACK_NAME} as the STACK_NAME var" } load_instance_env() {