From 0b5dc82360bdb61fd0dbaad1bdb3faf83c7e92c1 Mon Sep 17 00:00:00 2001 From: Samuel Maggs Date: Thu, 8 Jun 2017 13:05:40 +0100 Subject: [PATCH] Change to home assistant log file (#2784) Should have been home-assistant. Otherwise it just tries to create a new file --- source/_docs/hassbian/common-tasks.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/hassbian/common-tasks.markdown b/source/_docs/hassbian/common-tasks.markdown index 4b97ac1fd91..262770e8d20 100644 --- a/source/_docs/hassbian/common-tasks.markdown +++ b/source/_docs/hassbian/common-tasks.markdown @@ -84,7 +84,7 @@ Log in as the `pi` account and execute the following commands: ```bash $ sudo su -s /bin/bash homeassistant $ cd /home/homeassistant/.homeassistant -$ nano homeassistant.log +$ nano home-assistant.log ``` This will in order do the following: