diff options
Diffstat (limited to 'helpers/lh_source_debian-live')
-rwxr-xr-x | helpers/lh_source_debian-live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index 970e0fd7b..00ddd2363 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -32,7 +32,7 @@ Read_conffile config/binary Read_conffile config/source Set_defaults -if [ "${LIVE_SOURCE}" != "enabled" ] +if [ "${LH_SOURCE}" != "enabled" ] then exit 0 fi |