From b7fd1fd1bfccd252e6ab64259d1b7c9ef3465bdb Mon Sep 17 00:00:00 2001 From: hjelev Date: Thu, 17 Mar 2022 01:42:23 +0200 Subject: [PATCH] formatting --- remote_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/remote_install.sh b/remote_install.sh index f499c3a..d0c0b91 100755 --- a/remote_install.sh +++ b/remote_install.sh @@ -6,9 +6,7 @@ printm () { printf -- '-%.0s' $(seq $length); echo "" } -printm "Raspberry Pi MQTT monitor installer" - -echo "Cloning git repository" +printm "Cloning rpi-mqtt-monitor git repository" echo $line git clone https://github.com/hjelev/rpi-mqtt-monitor.git cd rpi-mqtt-monitor