Merge remote-tracking branch 'edrikk/master'

This commit is contained in:
Thomas Bernard 2015-06-16 09:49:02 +02:00
commit 8a180b1cac
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ fi
# Tomato USB special case
if [ -f ../shared/tomato_version ]; then
OS_NAME=Tomato
OS_VERSION="Tomato $(cat ../shared/tomato_version)"
TOMATO_VER=`cat ../shared/tomato_version | cut -d' ' -f2,3`
OS_VERSION="Tomato $TOMATO_VER"
fi
${RM} ${CONFIGFILE}