8 lines
190 B
Bash
8 lines
190 B
Bash
echo "creating config file"
|
|
echo $MOSQUITTO_CONFIG_CONTENT
|
|
tee /mosquitto/config/mosquitto.conf << EOF
|
|
$MOSQUITTO_CONFIG_CONTENT
|
|
EOF
|
|
|
|
|
|
/usr/sbin/mosquitto -c /mosquitto/config/mosquitto.conf |