diff options
Diffstat (limited to 'helpers/lh_source_net')
-rwxr-xr-x | helpers/lh_source_net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_net b/helpers/lh_source_net index f10db28..1c1b946 100755 --- a/helpers/lh_source_net +++ b/helpers/lh_source_net @@ -23,7 +23,7 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if [ "${LH_SOURCE}" != "enabled" ] +if [ "${LH_SOURCE}" != "true" ] then exit 0 fi |