fix(docker): correct syntax error in the entrypoint script

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2020-07-08 10:15:56 +02:00
committed by poiana
parent 2848eceb03
commit 4d31784a83

View File

@@ -17,7 +17,7 @@
#
# 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"
fi