1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 11:24:12 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/umount

9 lines
99 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
sync
umount -a -r
}