mqtt fix 2

This commit is contained in:
Logan
2026-04-11 15:36:19 -04:00
parent 42abf64038
commit 7b0e09a8ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# MQTT_NODE_PASS — shared password for all edge nodes
set -e
PASSWD_FILE=/mosquitto/data/passwd
PASSWD_FILE=/tmp/passwd
# Remove any stale file so we start clean on every container start
rm -f "$PASSWD_FILE"