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 #292 from home-assistant/python-validation
Browse files Browse the repository at this point in the history
Python: use HA python version for validation, not HA
  • Loading branch information
Landrash committed May 15, 2019
2 parents 1ddf168 + 070cc38 commit 591757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/python/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function upgrade {
systemctl start [email protected]

echo "Checking the installation..."
validation=$(hassbian.info.version.homeassistant.installed)
validation=$(hassbian.info.version.homeassistant.python)

if [ "$validation" == "$remotepyversion" ]; then
hassbian.suite.helper.action.success
Expand Down

0 comments on commit 591757f

Please sign in to comment.