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

Spelling correction premissions->permissions #289

Merged
merged 1 commit into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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