This commit is contained in:
Logan
2026-04-11 14:56:01 -04:00
parent d8779d96fd
commit 42abf64038
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/config/passwd
PASSWD_FILE=/mosquitto/data/passwd
# Remove any stale file so we start clean on every container start
rm -f "$PASSWD_FILE"