mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
78f4cf3d70
Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 33477
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
STOP=99
|
|
stop() {
|
|
sync
|
|
umount -a -d -r
|
|
}
|