openwrt/package/base-files/files/etc/init.d/umount
2010-01-30 18:17:57 +00:00

9 lines
102 B
Bash
Executable File

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