From 9a9b79e84165130b44754f389dd8d3317d9d554b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Wed, 17 Jul 2024 23:42:35 +0000 Subject: [PATCH] Update babeld-cli.sh docs --- docs/routing/babeld/babeld-cli-sh.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/routing/babeld/babeld-cli-sh.md b/docs/routing/babeld/babeld-cli-sh.md index 0bba292..5d8357e 100644 --- a/docs/routing/babeld/babeld-cli-sh.md +++ b/docs/routing/babeld/babeld-cli-sh.md @@ -48,7 +48,3 @@ XRoutes returns two columns. `Prefix` indicates the prefix which is to be propag ### Version Version returns three values. Firstly, the current babeld version that is currently running, the name of the host on which it is running and the configured router ID. - -## babeld-cli.sh on OpenWrt - -OpenWrt does not have bash installed by default and therefore cannot execute the script. To execute it anyway, the first line where bash is specified can be replaced by `#!/bin/ash`.