Skip to content

Commit f2e9942

Browse files
authored
Merge pull request #1128 from KTannenberg/patch-1
fix path to mosquitto.conf
2 parents 771992a + e085d96 commit f2e9942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_flash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setup () {
2424
echo " Starting web server in a screen"
2525
$screen_with_log smarthack-web.log -S smarthack-web -m -d ./fake-registration-server.py
2626
echo " Starting Mosquitto in a screen"
27-
$screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v -c $PWD/scripts/mosquitto.conf
27+
$screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v -c $PWD/mosquitto.conf
2828
echo " Starting PSK frontend in a screen"
2929
$screen_with_log smarthack-psk.log -S smarthack-psk -m -d ./psk-frontend.py -v
3030
echo " Starting Tuya Discovery in a screen"

0 commit comments

Comments
 (0)