From c8287e6b3bf6a1384ae43c1e7f7d5c7190bb3b70 Mon Sep 17 00:00:00 2001 From: grogsaxle <> Date: Mon, 18 Apr 2022 11:36:55 -0400 Subject: [PATCH] remove errant symbolic link --- pkg/flatcar.arm64/entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/flatcar.arm64/entrypoint.sh b/pkg/flatcar.arm64/entrypoint.sh index cc946a23b..c04500b5d 100644 --- a/pkg/flatcar.arm64/entrypoint.sh +++ b/pkg/flatcar.arm64/entrypoint.sh @@ -29,11 +29,6 @@ for filename in "${OSQUERY_TAR_FILENAMES[@]}"; do fi done -ls -l /opt/osquery/bin - -ln -s /opt/osquery/bin/osqueryd /opt/osquery/osqueryi -ln -s /opt/osquery/bin/osqueryd /opt/osquery/osqueryd - if [ ! -L /opt/osquery/osqueryi ] then echo please provide a working osquery tarfile; exit 1 else /opt/osquery/osqueryi --version