Update services/mosquitto/run.sh
All checks were successful
deploy / deploy (push) Successful in 4s

This commit is contained in:
2024-08-09 22:55:40 +00:00
parent 41bb81b8ba
commit 2629823317

View File

@@ -1,6 +1,6 @@
echo "creating config file" echo "creating config file"
echo $MOSQUITTO_CONFIG_CONTENT echo $MOSQUITTO_CONFIG_CONTENT
tee /mosquitto/config/mosquitto.conf << EOF tee /mosquitto/config/mosquitto.conf < EOF
$MOSQUITTO_CONFIG_CONTENT $MOSQUITTO_CONFIG_CONTENT
EOF EOF