lede/package/base-files/files/etc/init.d/umount
2017-09-06 19:19:45 +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
}