10 lines
259 B
Bash
10 lines
259 B
Bash
|
|
cat << EOF > /mosquitto/config/mosquitto.conf
|
|
$MOSQUITTO_CONFIG_CONTENT
|
|
EOF
|
|
|
|
echo "-------------- config --------------"
|
|
cat /mosquitto/config/mosquitto.conf
|
|
echo "------------------------------------"
|
|
|
|
/usr/sbin/mosquitto -c /mosquitto/config/mosquitto.conf |