Ugh. Remove debugging echo.

This commit is contained in:
Mike Makonnen 2003-06-29 17:59:09 +00:00
parent a3ba4c65fd
commit 63e11eb5e3

View file

@ -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
}