mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
![]() |
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
STOP=99
|
||
|
stop() {
|
||
|
sync
|
||
|
/bin/umount -a -d -r
|
||
|
}
|