From 5ca613caa8948bb2686b592880f45caaa61e4662 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 24 Feb 2012 14:41:30 +0100 Subject: Handle list arguments better in get_custom_mounts(). --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 3a1eb60..a24da07 100755 --- a/scripts/live +++ b/scripts/live @@ -1223,7 +1223,7 @@ setup_unionfs () rm -rf ${custom_mounts} 2> /dev/null # Gather information about custom mounts from devies detected as overlays - get_custom_mounts ${overlay_devices} ${custom_mounts} + get_custom_mounts ${custom_mounts} ${overlay_devices} [ -n "${DEBUG}" ] && cp ${custom_mounts} "${rootmnt}/live/persistent" -- cgit v1.2.3