Revert changes to mosquitto, apparently the config is not respected and I haven't been able to figure out why

pull/225/head
Colin Kuebler 2019-10-03 13:23:44 -04:00
parent 153c8ed842
commit 0f8764fa10
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +0,0 @@
bind_address 10.42.42.1
persistence false

View File

@ -40,7 +40,9 @@ $screen_with_log smarthack-wifi.log -S smarthack-wifi -m -d ./setup_ap.sh
echo " Starting web server in a screen"
$screen_with_log smarthack-web.log -S smarthack-web -m -d ./fake-registration-server.py
echo " Starting Mosquitto in a screen"
$screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v -c mosquitto.conf
sudo service mosquitto stop >/dev/null 2>&1
sudo pkill mosquitto
$screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v
echo
echo "======================================================"
echo