Update koreader.sh

Forgot the export PLATFORM
pull/1423/head
Markismus 9 years ago
parent 40202fbc6b
commit 6e95673d80

@ -55,6 +55,7 @@ if [ -n "$PLATFORM" ]; then
elif [ ! -e /etc/u-boot/$PLATFORM/u-boot.mmc ]; then
PLATFORM=ntx508
fi
export PLATFORM
fi
# end of value check of PLATFORM

Loading…
Cancel
Save