Skip to content

Commit

Permalink
add machine type to platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 7, 2020
1 parent fd7891e commit 6cfa3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon_files/redmatic/bin/redmaticVersions
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if [ -d /etc/piVCCU3 ]; then
PRODUCT="piVCCU3"
fi

PLATFORM="$PLATFORM-`uname -m`"

jo -p ccu=`(echo "VERSION=$VERSION"; echo "PRODUCT=$PRODUCT"; echo "PLATFORM=$PLATFORM" && echo -n "deviceTypes=" && $ADDON_DIR/bin/deviceTypes) | jo` \
redmatic=$VERSION_ADDON \
nodejs=`node --version | cut -c 2-` \
Expand Down

0 comments on commit 6cfa3d6

Please sign in to comment.