Typo
This commit is contained in:
parent
5fc6f21169
commit
45044c9239
@ -19,7 +19,7 @@ start()
|
|||||||
[ -e "${RC_SVCDIR}/${x}" ] && save="${save} ${RC_SVCDIR}/${x}"
|
[ -e "${RC_SVCDIR}/${x}" ] && save="${save} ${RC_SVCDIR}/${x}"
|
||||||
done
|
done
|
||||||
if [ -n "${save}" ]; then
|
if [ -n "${save}" ]; then
|
||||||
cp -p ${save} "${RC_LIBDIR}"/cache 2>/devnull
|
cp -p ${save} "${RC_LIBDIR}"/cache 2>/dev/null
|
||||||
fi
|
fi
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user