From 521fb21a1699600d674caace2c33cf4c7b5dbdad Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 24 Jan 2023 07:24:09 +0100 Subject: [PATCH] close quote --- transfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer.sh b/transfer.sh index 9c50881..c34e502 100755 --- a/transfer.sh +++ b/transfer.sh @@ -424,7 +424,7 @@ function setAction(){ fi echo done - test $rc -eq 0 && touch "${lastbackupfile} + test $rc -eq 0 && touch "${lastbackupfile}" else echo "SKIP backup of dirs" fi -- GitLab