mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
0e16c9b568
commit
6196e66882
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user