From 68751e51e3405324bdce808b2b64819e8b7ad1a8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 4 Mar 2019 09:10:02 +0100 Subject: [PATCH] Fix lint error (#532) --- mosquitto/auth_srv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto/auth_srv.sh b/mosquitto/auth_srv.sh index 2d61f1c..dab29d6 100755 --- a/mosquitto/auth_srv.sh +++ b/mosquitto/auth_srv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC2244 +# shellcheck disable=SC2244,SC1117 set -e CONFIG_PATH=/data/options.json