summaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/init.d/umount
blob: 349b2b32648e6d92595bce2f3600ea121ad9c8cc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org

STOP=99
stop() {
	sync
	/bin/umount -a -d -r
}