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

This commit is contained in:
2024-08-09 22:54:11 +00:00
parent aa767c2ca5
commit 41bb81b8ba

View File

@@ -1,8 +1,7 @@
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