From a945c08e805284d10bdb248f666e57d9ebd96c54 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Mon, 2 May 2016 11:21:37 +0200 Subject: [PATCH] error in mqtt fixed --- content.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content.tex b/content.tex index c639744..6fdb669 100644 --- a/content.tex +++ b/content.tex @@ -223,7 +223,8 @@ pip2 install paho-mqtt \end{lstlisting} Create config file: \begin{lstlisting} -cp /etc/mosquitto.conf.example /etc/mosquitto.conf +cp /etc/mosquitto/mosquitto.conf.example \ +/etc/mosquitto/mosquitto.conf \end{lstlisting} Start mosquitto broker service: \begin{lstlisting}