This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd88fdee33
openwrt
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
9 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP
=
99
stop
(
)
{
sync
umount -a -r
}
Reference in New Issue
View Git Blame
Copy Permalink