Skip to content

Commit

Permalink
[FIX] unterminated string
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Feb 22, 2024
1 parent 6caf1a8 commit 1352c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1352c5a

Please sign in to comment.