From e20a6ca858ab4f0f84448297d3c772f8fecd449e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 2 Feb 2024 17:12:33 +0100
Subject: [PATCH] remove exit

---
 transfer.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/transfer.sh b/transfer.sh
index 6e388dd..a8c9ad0 100755
--- a/transfer.sh
+++ b/transfer.sh
@@ -232,7 +232,6 @@ function setAction(){
     echo
   fi
 
-exit
   . $(dirname $0)/plugins/transfer/$STORAGE_BIN.sh || exit 1
 
 # --------------------------------------------------------------------------------
-- 
GitLab