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

Commit 591757f

Browse files
authored
Merge pull request #292 from home-assistant/python-validation
Python: use HA python version for validation, not HA
2 parents 1ddf168 + 070cc38 commit 591757f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • package/opt/hassbian/suites/python

package/opt/hassbian/suites/python/upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function upgrade {
8181
systemctl start home-assistant@homeassistant.service
8282

8383
echo "Checking the installation..."
84-
validation=$(hassbian.info.version.homeassistant.installed)
84+
validation=$(hassbian.info.version.homeassistant.python)
8585

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

0 commit comments

Comments
 (0)