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

This commit is contained in:
2024-08-09 22:52:24 +00:00
parent a0d3839e10
commit aa767c2ca5

View File

@@ -1,5 +1,9 @@
echo "creating config file"
echo ${MOSQUITTO_CONFIG_CONTENT}
tee /mosquitto/config/mosquitto.conf << EOF
${MOSQUITTO_CONFIG_CONTENT}
EOF
/usr/sbin/mosquitto -c /mosquitto/config/mosquitto.conf