Quick update to Solar stats maybe @dale3h

This commit is contained in:
ccostan
2018-03-25 11:58:56 -04:00
parent 96fc4a5740
commit 5c68565758
4 changed files with 52 additions and 17 deletions

12
config/shell_scripts/gitpull.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
cd /home/hass/docker_files
docker-compose exec home-assistant python -m homeassistant --config /config --script check_config
cd /home/hass/docker_files/homeassistant
git pull origin master
cd /home/hass/docker_files
docker-compose exec home-assistant python -m homeassistant --config /config --script check_config
cd ~
exit