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`.