This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
e8600462c7
packages
/
net
/
geoipupdate
/
files
/
geoipupdate.init
10 lines
97 B
Bash
Raw
Blame
History
#!/bin/sh /etc/rc.common
START
=
99
start
(
)
{
[
-d /var/GeoIP
]
||
{
mkdir -p /var/GeoIP
}
}
Reference in New Issue
View Git Blame
Copy Permalink