From 6196e6688271563fcfc3a5dfce7d4edd7b627c4d Mon Sep 17 00:00:00 2001 From: Fermulator Date: Mon, 31 Dec 2018 06:15:32 -0500 Subject: [PATCH] remove homeassistant_venv subdir (#7999) in the example gitupdate.sh script, there is a non-standard sub-directory path called `homeassistant_venv` within `/srv/homeassistant` This conflicts with https://www.home-assistant.io/docs/installation/raspberry-pi/ This change removes it. --- source/_docs/ecosystem/backup/backup_github.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/backup/backup_github.markdown b/source/_docs/ecosystem/backup/backup_github.markdown index eac5f50c09b..497b788520c 100644 --- a/source/_docs/ecosystem/backup/backup_github.markdown +++ b/source/_docs/ecosystem/backup/backup_github.markdown @@ -132,7 +132,7 @@ You may need to adjust the paths in the script depending on your Home Assistant #!/bin/bash cd /home/homeassistant/.homeassistant -source /srv/homeassistant/homeassistant_venv/bin/activate +source /srv/homeassistant/bin/activate hass --script check_config git add .