Update koreader.sh

Forgot the export PLATFORM
This commit is contained in:
Markismus
2015-02-09 16:19:27 +01:00
parent 40202fbc6b
commit 6e95673d80

View File

@@ -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