Update vu_dev_mtd1.sh

This commit is contained in:
gutosie
2022-01-04 18:39:52 +02:00
committed by GitHub
parent 40482124bc
commit fb234ae797

View File

@@ -6,6 +6,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