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

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