aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/umount
blob: 5a750b93c6602b3608039cf0db3cbca3acfa711a (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
}