From 1352c5a056904cc3066bdb09ddde8b77583f974b Mon Sep 17 00:00:00 2001 From: Gabriel Filipe Guimaraes de Freitas Date: Thu, 22 Feb 2024 11:04:55 -0300 Subject: [PATCH] [FIX] unterminated string --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3c60b7a..8336cd1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,6 @@ if [ ! -f /mosquitto/config/pwfile ]; then echo "allow_anonymous true" >> /mosquitto/config/mosquitto.conf fi else -echo "pwfile present, skipping credential configuration... +echo "pwfile present, skipping credential configuration..." fi exec mosquitto -c /mosquitto/config/mosquitto.conf \ No newline at end of file