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

Commit

Permalink
Python: use HA python version for validation, not HA
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored May 15, 2019
1 parent 1ddf168 commit 070cc38
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 070cc38

Please sign in to comment.