From 1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 May 2013 06:47:34 +0200 Subject: Correcting debug variables through out the code to use the same one. --- scripts/boot/9990-misc-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/boot/9990-misc-helpers.sh') diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 5c5341c..82099a4 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -1293,7 +1293,7 @@ get_custom_mounts () continue fi - if [ -n "${DEBUG}" ] && [ -e "${include_list}" ] + if [ -n "${LIVE_BOOT_DEBUG}" ] && [ -e "${include_list}" ] then cp ${include_list} /live/persistence/${persistence_list}.${device_name} fi -- cgit v1.2.3