diff options
Diffstat (limited to 'helpers/lh_binary_net')
-rwxr-xr-x | helpers/lh_binary_net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_net b/helpers/lh_binary_net index 9dae63f..9e9c91b 100755 --- a/helpers/lh_binary_net +++ b/helpers/lh_binary_net @@ -28,7 +28,7 @@ Arguments "${@}" Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if ! echo "${LH_BINARY_IMAGES}" | grep -qs net +if ! In_list net "${LH_BINARY_IMAGES}" then exit 0 fi |