Update MHS24-show

This commit is contained in:
goodtft
2019-06-29 17:07:50 +08:00
committed by GitHub
parent 4d26effc5c
commit f1fd0a930d

View File

@@ -28,10 +28,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"