Apply @xiu's suggestion

Co-authored-by: Guillaume Herail <xiu@users.noreply.github.com>
This commit is contained in:
Rien 2020-10-31 15:36:09 +01:00 committed by Rien Maertens
parent 7eb0143866
commit c90bfff017
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -93,7 +93,7 @@ rm_version="$(ssh_cmd cat /sys/devices/soc0/machine)"
rm2_getpointer() { rm2_getpointer() {
xochitl_version="$(ssh_cmd "sed -n 's/^REMARKABLE_RELEASE_VERSION=//p' /usr/share/remarkable/update.conf")" xochitl_version="$(ssh_cmd "sed -n 's/^REMARKABLE_RELEASE_VERSION=//p' /usr/share/remarkable/update.conf")"
case "$xochitl_version" in case "$xochitl_version" in
"2.3.*") "2.3."*)
echo "4121024" echo "4121024"
;; ;;
"2.4.*") "2.4.*")