summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/etc/init.d/06mountdl
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-06-18 12:42:06 -0400
committerSteve Kondik <shade@chemlab.org>2011-06-18 12:42:06 -0400
commit4ff97d51cb9d9ae16db11ae3588619141c41549f (patch)
treebbbb4eaf7c481af6c80e6eb260948e81503af423 /prebuilt/common/etc/init.d/06mountdl
parent04f939896fec2997ab7659d42337f3b31af9d45e (diff)
downloadvendor_replicant-4ff97d51cb9d9ae16db11ae3588619141c41549f.zip
vendor_replicant-4ff97d51cb9d9ae16db11ae3588619141c41549f.tar.gz
vendor_replicant-4ff97d51cb9d9ae16db11ae3588619141c41549f.tar.bz2
Quiet down this init script
Change-Id: I007e4e2bb5c0dbad233ed2655cf941d51064d901
Diffstat (limited to 'prebuilt/common/etc/init.d/06mountdl')
-rwxr-xr-xprebuilt/common/etc/init.d/06mountdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/etc/init.d/06mountdl b/prebuilt/common/etc/init.d/06mountdl
index 748171f..81eec2a 100755
--- a/prebuilt/common/etc/init.d/06mountdl
+++ b/prebuilt/common/etc/init.d/06mountdl
@@ -10,6 +10,6 @@ then
mount -o bind /data/local/download /cache/download
fi
-rm /cache/download/downloadfile*.apk
+rm /cache/download/downloadfile*.apk >/dev/null 2>&1
exit 0