diff options
Diffstat (limited to 'helpers/lh_binary_tar')
-rwxr-xr-x | helpers/lh_binary_tar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_tar b/helpers/lh_binary_tar index e3ef16758..34359350e 100755 --- a/helpers/lh_binary_tar +++ b/helpers/lh_binary_tar @@ -32,7 +32,7 @@ Read_conffile config/binary Read_conffile config/source Set_defaults -if ! echo "${LIVE_BINARY_IMAGES}" | grep -qs tar +if ! echo "${LH_BINARY_IMAGES}" | grep -qs tar then exit 0 fi |