service.openelec.settings: remove testing leftover

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-25 14:58:24 +02:00
parent 270a9492cc
commit 7d4025cf3f

View File

@ -47,7 +47,6 @@ if [ -f /storage/.cache/reset_oe ] ; then
get_target
if [ ! -z $target ] ; then
echo "hard resetting..."
lsof | grep /storage
umount /storage
mke2fs -t ext4 -m 0 $target 2>&1 >/dev/null
if [ ! -z $label ] ; then