From 8b0c4dc7e1dfe6aee1e2559be20b4a53167fe9ae Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 1 Nov 2021 16:30:19 +0100
Subject: [PATCH] save config diffs

---
 deploy_app.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/deploy_app.sh b/deploy_app.sh
index 61ed12b..d645dad 100755
--- a/deploy_app.sh
+++ b/deploy_app.sh
@@ -27,7 +27,7 @@ wait=0
 # export variables that will be set in getfile config or project
 export IMLCI_PROJECT=TODO
 export IMLCI_PHASE=TODO
-
+export cfgdiff=TODO
 
 # ----------------------------------------------------------------------
 # FUNCTIONS
@@ -72,7 +72,6 @@ function setprofile(){
     downloadtmp="${tmpdir}/${IMLCI_PROJECT}.tgz.tmp"
     cfgdiff="${tmpdir}/${IMLCI_PROJECT}_cfgdiff.txt"
     test -f "${cfgdiff}" && rm -f "${cfgdiff}"
-    export cfgdiff
 }
 
 # output a colored infoline with date and given message
-- 
GitLab