Update babeld-cli.sh docs

This commit is contained in:
Marek Küthe 2024-07-17 23:42:35 +00:00
parent 95b7266e85
commit 9a9b79e841
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 0 additions and 4 deletions

View File

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