From a8c2e7882720e14128207550d81bc88622a88b71 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 19 Jun 2016 13:51:44 +0200 Subject: [PATCH] dont die if you cant touch a file --- scripts/debian/link_morgue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/link_morgue.sh b/scripts/debian/link_morgue.sh index b4dec532..2f434d8b 100755 --- a/scripts/debian/link_morgue.sh +++ b/scripts/debian/link_morgue.sh @@ -117,7 +117,7 @@ while read mfile; do # will run and transfer the whole shitload of links over to the morgue host. ln -sf "${FARMBASE}/${LVL1}/${LVL2}/${mshasum}" "${mfile}" else - touch "${mfile}.nosnapshot" + touch "${mfile}.nosnapshot" || true fi fi done # for mfile in... -- 2.39.2