#!/bin/sh
#
# Fix permissions on eBooks under firmware 1.1.3
#
chown -R mobile /var/root/Media/EBooks ; chmod -R 755 /var/root/Media/EBooks

