commit | 4ff97d51cb9d9ae16db11ae3588619141c41549f | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Sat Jun 18 12:42:06 2011 -0400 |
committer | Steve Kondik <shade@chemlab.org> | Sat Jun 18 12:42:06 2011 -0400 |
tree | bbbb4eaf7c481af6c80e6eb260948e81503af423 | |
parent | 04f939896fec2997ab7659d42337f3b31af9d45e [diff] |
Quiet down this init script Change-Id: I007e4e2bb5c0dbad233ed2655cf941d51064d901
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 @@ 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