modify for I48FSU

This commit is contained in:
郑彬 2021-09-03 12:23:40 +08:00
parent c1ebbce297
commit 4f16294bd5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ then
exit 1
fi
expr $3 + 0 &>/dev/null
expr $3 + 6 &>/dev/null
if [ $? != 0 ]; then
echo "DEVICE_ID=$3 is not an integer!"
exit 1