mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-26 04:36:48 +00:00
fix(docker): correct syntax error in the entrypoint script
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# todo(leogr): remove deprecation notice within a couple of releases
|
# todo(leogr): remove deprecation notice within a couple of releases
|
||||||
if [[ ! -z "${SKIP_MODULE_LOAD}"]]; then
|
if [[ ! -z "${SKIP_MODULE_LOAD}" ]]; then
|
||||||
echo "* SKIP_MODULE_LOAD is deprecated and will be removed soon, use SKIP_DRIVER_LOADER instead"
|
echo "* SKIP_MODULE_LOAD is deprecated and will be removed soon, use SKIP_DRIVER_LOADER instead"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user