You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
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.
The text was updated successfully, but these errors were encountered: