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