Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Remote System Discovery - ip neighbour (Ability id: f489321f31b6ef36304294562d3d4645) #3097

Open
vr-ct opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels

Comments

@vr-ct
Copy link

vr-ct commented Nov 27, 2024

Running this ability displays the error: sh: 1: Syntax error: ";" unexpected

Cause: the command is

if [ -x "$(command -v ip)" ]; then : ; else apt-get install iproute2 -y; fi; ; ip neighbour show

There is an extra semicolon before 'ip neighbour' show. Removing this fixes the problem.

Copy link

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants