Add nodered user to customer broker

This commit is contained in:
2025-12-30 03:25:48 +01:00
parent a2d823691a
commit 6e30e14175

View File

@@ -9,6 +9,7 @@ if [ ! -f "$PASSWORD_FILE" ]; then
# Add pre-registered users
mosquitto_passwd -b "$PASSWORD_FILE" main hepl
mosquitto_passwd -b "$PASSWORD_FILE" nodered hepl
mosquitto_passwd -b "$PASSWORD_FILE" pi-1 hepl
echo "Password file created !"
else