From 4d33de4550c512297e97c7880317dd4132c325e2 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 14 Feb 2017 11:07:41 -0500 Subject: [PATCH] Typo in HASSbian scripts documentation --- install_homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_homeassistant.sh b/install_homeassistant.sh index 65492081..453d2314 100755 --- a/install_homeassistant.sh +++ b/install_homeassistant.sh @@ -32,7 +32,7 @@ echo "Enabling Home Assistant service" systemctl enable home-assistant@homeassistant.service sync -echo "Disabling and removing the Home Assitant install script" +echo "Disabling and removing the Home Assistant install script" systemctl disable install_homeassistant rm /etc/systemd/system/install_homeassistant.service rm /usr/local/bin/install_homeassistant.sh