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

Commit 1ddf168

Browse files
authored
Merge pull request #289 from dashdanw/permissions-spelling
Spelling correction premissions->permissions
2 parents aaac6f4 + 354549e commit 1ddf168

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package/opt/hassbian/suites/homeassistant/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

package/opt/hassbian/suites/homeassistant/upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

package/opt/hassbian/suites/python/upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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..."

0 commit comments

Comments
 (0)