Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #289 from dashdanw/permissions-spelling
Browse files Browse the repository at this point in the history
Spelling correction premissions->permissions
  • Loading branch information
Landrash committed May 13, 2019
2 parents aaac6f4 + 354549e commit 1ddf168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/homeassistant/install
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function install {
python-migration true # 'true' forces the migration to run.
fi

echo "Setting correct premissions"
echo "Setting correct permissions"
chown homeassistant:homeassistant -R "$HOME_ASSISTANT_VENV"

pythonversion=$(hassbian.info.version.python)
Expand Down
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/homeassistant/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function upgrade {
fi
fi

echo "Setting correct premissions"
echo "Setting correct permissions"
chown homeassistant:homeassistant -R /srv/homeassistant

echo "Upgrading Home Assistant"
Expand Down
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/python/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function upgrade {
mkdir "$HOME_ASSISTANT_VENV"/hassbian \
mkdir "$HOME_ASSISTANT_VENV"/hassbian/control

echo "Setting premissions..."
echo "Setting permissions..."
chown homeassistant:homeassistant -R "$HOME_ASSISTANT_VENV"

echo "Reinstalling Home Assistant..."
Expand Down

0 comments on commit 1ddf168

Please sign in to comment.