Update vu_dev_mtd2.sh

This commit is contained in:
gutosie
2022-01-04 18:40:12 +02:00
committed by GitHub
parent fb234ae797
commit 699fb95cff

View File

@@ -7,6 +7,10 @@ if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
PL=1
fi
if [ -f /proc/stb/info/vumodel ]; then
VUMODEL=$( cat /proc/stb/info/vumodel )
fi
if [ -f /proc/stb/info/boxtype ]; then
BOXTYPE=$( cat /proc/stb/info/boxtype )
fi