Verify cache size, output can't be redirected to /dev/null

gugelfrei
Kali- 14 years ago committed by Steve Kondik
parent cd3599f989
commit bab5621593

@ -4,7 +4,7 @@
#
CACHESIZE=$(df -k /cache | tail -n1 | tr -s ' ' | cut -d ' ' -f2)
if [ $CACHESIZE \< 60000 ]
if [ $CACHESIZE -lt 60000 ]
then
echo "dalvik.vm.dexopt-data-only=1" >> /system/build.prop > /dev/null 2>&1
echo "dalvik.vm.dexopt-data-only=1" >> /system/build.prop
fi

Loading…
Cancel
Save