Skip to content

Commit

Permalink
Update MPI3508_480_320-show
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtft authored Jun 29, 2019
1 parent 042a601 commit db84b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MPI3508_480_320-show
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ kernel=`uname -r`
version=`uname -v`
if test "$nodeplatform" = "raspberrypi";then
echo "this is raspberrypi kernel"
version=${version%% *}
version=${version#*#}
version=${version##* }
#version=${version#*#}
echo $version
if test $version -lt 970;then
if test $version -lt 2017;then
echo "reboot"
else
echo "need to update touch configuration"
Expand Down

0 comments on commit db84b84

Please sign in to comment.