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

This commit is contained in:
2024-08-09 22:57:49 +00:00
parent 2629823317
commit e2b19c9a42

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 cat << EOF > /mosquitto/config/mosquitto.conf
$MOSQUITTO_CONFIG_CONTENT $MOSQUITTO_CONFIG_CONTENT
EOF EOF