3ceb6b3274
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
STOP=99
|
|
stop() {
|
|
sync
|
|
umount -a -d -r
|
|
}
|