From: Joerg Jaspert Date: Sun, 19 Jun 2016 11:51:44 +0000 (+0200) Subject: dont die if you cant touch a file X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=a8c2e7882720e14128207550d81bc88622a88b71;ds=sidebyside dont die if you cant touch a file --- 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...