This repository was archived by the owner on Oct 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
package/opt/hassbian/suites Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function install {
1818 python-migration true # 'true' forces the migration to run.
1919 fi
2020
21- echo " Setting correct premissions "
21+ echo " Setting correct permissions "
2222 chown homeassistant:homeassistant -R " $HOME_ASSISTANT_VENV "
2323
2424 pythonversion=$( hassbian.info.version.python)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function upgrade {
5757 fi
5858 fi
5959
60- echo " Setting correct premissions "
60+ echo " Setting correct permissions "
6161 chown homeassistant:homeassistant -R /srv/homeassistant
6262
6363 echo " Upgrading Home Assistant"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ function upgrade {
6666 mkdir " $HOME_ASSISTANT_VENV " /hassbian \
6767 mkdir " $HOME_ASSISTANT_VENV " /hassbian/control
6868
69- echo " Setting premissions ..."
69+ echo " Setting permissions ..."
7070 chown homeassistant:homeassistant -R " $HOME_ASSISTANT_VENV "
7171
7272 echo " Reinstalling Home Assistant..."
You can’t perform that action at this time.
0 commit comments