summaryrefslogtreecommitdiff
path: root/init.d/savecache.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/savecache.in')
-rw-r--r--init.d/savecache.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/savecache.in b/init.d/savecache.in
index 57ed50c..69c75e9 100644
--- a/init.d/savecache.in
+++ b/init.d/savecache.in
@@ -19,7 +19,7 @@ start()
[ -e "${RC_SVCDIR}/${x}" ] && save="${save} ${RC_SVCDIR}/${x}"
done
if [ -n "${save}" ]; then
- cp -p ${save} "${RC_LIBDIR}"/cache 2>/devnull
+ cp -p ${save} "${RC_LIBDIR}"/cache 2>/dev/null
fi
eend $?
}