From 2e2c55dfc798f85036ea0b986cb3aca1ab2702f4 Mon Sep 17 00:00:00 2001 From: hjelev Date: Thu, 17 Mar 2022 00:46:41 +0200 Subject: [PATCH] update install scr --- remote_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remote_install.sh b/remote_install.sh index 9f61726..2a8a69f 100755 --- a/remote_install.sh +++ b/remote_install.sh @@ -8,7 +8,7 @@ echo $line git clone https://github.com/hjelev/rpi-mqtt-monitor.git cd rpi-mqtt-monitor -echo "MQTT settings" + echo $line cwd=$(pwd) python=$(which python) @@ -38,6 +38,8 @@ echo "Paho-mqtt is not installed, installing it." pip install paho-mqtt fi echo $line +echo "MQTT settings" +echo $line echo "Copy config.py.example to config.py" cp src/config.py.example src/config.py printf "Enter mqtt_host: "