h4ck/lg_webOS/_ipk-building/base-files/source/etc/init.d/umount
2016-11-23 15:42:51 -08:00

9 lines
106 B
Bash
Executable File

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