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.
This commit is contained in:
Fermulator 2018-12-31 06:15:32 -05:00 committed by Fabian Affolter
parent 0e16c9b568
commit 6196e66882

View File

@ -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 .