From 1a84173621b6e88fc9936b853ef7f8b70cabdf1d Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 11 Oct 2016 19:16:51 +0000 Subject: [PATCH] Changing to the HASS user for the AiO --- shell_scripts/hassuser | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 shell_scripts/hassuser diff --git a/shell_scripts/hassuser b/shell_scripts/hassuser new file mode 100755 index 00000000..a211b4a5 --- /dev/null +++ b/shell_scripts/hassuser @@ -0,0 +1,11 @@ +#!/bin/bash +cat hassuser + +sudo su -s /bin/bash hass + +# source /srv/hass/hass_venv/bin/activate + +# to Upgrade: + +# pip3 install --upgrade homeassistant +