From 45a29759641f4956b532d3f452ac7b8f4b43538c Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Tue, 2 Nov 2021 16:08:45 +0100
Subject: [PATCH] add deletion of logs

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

diff --git a/deploy_app.sh b/deploy_app.sh
index ffe5759..5c05b64 100755
--- a/deploy_app.sh
+++ b/deploy_app.sh
@@ -131,7 +131,7 @@ function run_task(){
 
 
 function deploy(){
-    skipmessage="SKIP: no newer download file. You can use parameter -f to fore reinstall."
+    skipmessage="SKIP: no newer download file. You can use parameter -f to force reinstall."
 
     # ----------------------------------------------------------------------
     header "Set profile [$1]"
-- 
GitLab