From 1e42304ae8d4185526b9a7dee3a66586bdd7fb14 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 25 Nov 2022 11:15:20 +0100
Subject: [PATCH] fix debug request after error

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

diff --git a/deploy_app.sh b/deploy_app.sh
index 6ae3e67..7e16f9a 100755
--- a/deploy_app.sh
+++ b/deploy_app.sh
@@ -169,7 +169,7 @@ function deploy(){
         # added sleep to repeat the request with another hashed secret
         sleep 2
         
-        ${selfdir}/bin/getfile.sh -d -f ${IMLCI_PROJECT}.tgz -o ${downloadtmp}
+        ${selfdir}/bin/getfile.sh -d ${dlparams} -o ${downloadtmp}
         exit 1
     fi
 
-- 
GitLab