mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
5 lines
No EOL
204 B
Bash
5 lines
No EOL
204 B
Bash
#!/bin/bash
|
|
|
|
USER=craftbeerpi
|
|
PASSWORD=craftbeerpi
|
|
docker run -it --rm -v "$(pwd)/mosquitto/config/mosquitto.passwd:/opt/passwdfile" eclipse-mosquitto:2 mosquitto_passwd -b /opt/passwdfile $USER $PASSWORD |