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

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 2, 2019
1 parent 1b804e1 commit fee1fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/opt/hassbian/helpers/info/version
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function hassbian.info.version.python {

for version in $potentialversions; do
if [[ -n "$(command -v python"$version")" ]]; then
echo "$(command -v python"$version")"
isntalledversion="$version"
fi
done
Expand Down

0 comments on commit fee1fac

Please sign in to comment.