summaryrefslogtreecommitdiff
path: root/helpers/lh_source_net
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_source_net')
-rwxr-xr-xhelpers/lh_source_net2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_net b/helpers/lh_source_net
index bd79792..f7b6e71 100755
--- a/helpers/lh_source_net
+++ b/helpers/lh_source_net
@@ -33,7 +33,7 @@ then
exit 0
fi
-if ! echo "${LH_SOURCE_IMAGES}" | grep -qs net
+if ! In_list net "${LH_SOURCE_IMAGES}"
then
exit 0
fi