From 8b450c0e900c199259b738b3e43b01195b853ec3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 1 Apr 2012 21:57:19 +0200 Subject: [PATCH] Avoid calling rm without -f in initial work on a custom mounts system to ensure non-interactivity. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live b/scripts/live index 4c0597a..bd4ee2a 100755 --- a/scripts/live +++ b/scripts/live @@ -1725,7 +1725,7 @@ setup_unionfs () mount -t "${UNIONTYPE}" -o "${unionmountopts}" "${UNIONTYPE}" "${dest}" fi done < ${bindings} - rm ${bindings} + rm -f ${bindings} # Look for other snapshots to copy in try_snap "${root_snapdata}" "${rootmnt}" "ROOT" -- 2.1.4