Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
remove even more unnecessary, legacy references to falco
Browse files Browse the repository at this point in the history
  • Loading branch information
ldegio authored and leodido committed Nov 5, 2019
1 parent 5c3259e commit 0979ef5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts/sysdig-probe-loader
Original file line number Diff line number Diff line change
Expand Up @@ -397,15 +397,8 @@ elif [ "${SCRIPT_NAME}" = "sysdigcloud-probe-loader" ]; then
PROBE_NAME="sysdigcloud-probe"
BPF_PROBE_NAME="sysdigcloud-probe-bpf"
PACKAGE_NAME="draios-agent"
elif [ "${SCRIPT_NAME}" = "falco-probe-loader" ]; then
if [ -z "$SYSDIG_VERSION" ]; then
SYSDIG_VERSION=$(falco --version | cut -d' ' -f3)
fi
PROBE_NAME="falco-probe"
BPF_PROBE_NAME="falco-probe-bpf"
PACKAGE_NAME="falco"
else
echo "This script must be called as sysdig-probe-loader, sysdigcloud-probe-loader, or falco-probe-loader"
echo "This script must be called as sysdig-probe-loader or sysdigcloud-probe-loader"
exit 1
fi

Expand Down

0 comments on commit 0979ef5

Please sign in to comment.