fixed another typo - hope the last one :(

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19857 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2010-02-25 02:55:18 +00:00
parent 9a8667dee0
commit 867bdf92cd

View File

@ -26,7 +26,7 @@ stop() {
rpc.nfsd 0 2> /dev/null
/usr/sbin/exportfs -au
killall rpc.statd 2> /dev/null
grep -q /proc/fs/nfsd /proc/mounts &&
grep -q /proc/fs/nfsd /proc/mounts && \
umount /proc/fs/nfsd
}