diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:47:34 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:47:34 +0200 |
| commit | 1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (patch) | |
| tree | 573942ab6a3695319fbfa99f2eeacc1d02e5c17a /scripts/boot/9990-misc-helpers.sh | |
| parent | 56eb0235b604c23e6220e6e618b59a5ef0a4115c (diff) | |
| download | live-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.tar.gz live-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.zip | |
Correcting debug variables through out the code to use the same one.
Diffstat (limited to 'scripts/boot/9990-misc-helpers.sh')
| -rwxr-xr-x | scripts/boot/9990-misc-helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
