From bfeb54924a672ae87a87720c9315e0ba916b31ce Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Fri, 21 Apr 2023 14:13:19 +0000
Subject: [PATCH] Deploy scrpits:

- Minor cosmetic changes
---
 deploy/tfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/tfs.sh b/deploy/tfs.sh
index be83d7f5b..facba7cfd 100755
--- a/deploy/tfs.sh
+++ b/deploy/tfs.sh
@@ -422,7 +422,7 @@ if [[ "$TFS_COMPONENTS" == *"webui"* ]]; then
         },
         "secureJsonData": {"password": "'${QDB_PASSWORD}'"}
     }' ${GRAFANA_URL_UPDATED}/api/datasources
-    printf "\n\n"
+    echo
 
     # adding the datasource of the metrics collection framework
     curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{
-- 
GitLab