]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/link_morgue.sh
dont die if you cant touch a file
[dak.git] / scripts / debian / link_morgue.sh
index b4dec5320bc7275107ad1dd8ef915cf726623ccb..2f434d8bfde5e58241b9e861f508bdc82c193e2a 100755 (executable)
@@ -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...