mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
fix name of static-routes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
etc/rc.d/init.d/network
|
||||
etc/rc.d/init.d/static-routing
|
||||
etc/rc.d/init.d/static-routes
|
||||
etc/sysctl.conf
|
||||
etc/system-release
|
||||
etc/issue
|
||||
|
||||
@@ -51,7 +51,7 @@ init_networking() {
|
||||
fi
|
||||
|
||||
/etc/rc.d/init.d/dnsmasq start
|
||||
/etc/rc.d/init.d/static-routing start
|
||||
/etc/rc.d/init.d/static-routes start
|
||||
}
|
||||
|
||||
DO="${1}"
|
||||
|
||||
Reference in New Issue
Block a user