mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Ugh. Remove debugging echo.
This commit is contained in:
parent
a3ba4c65fd
commit
63e11eb5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ static_start()
|
|||
if [ -n "${static_routes}" ]; then
|
||||
for i in ${static_routes}; do
|
||||
eval route_args=\$route_${i}
|
||||
echo route add ${route_args}
|
||||
route add ${route_args}
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue