We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13725b + c8287e6 commit 3351a51Copy full SHA for 3351a51
pkg/flatcar.arm64/entrypoint.sh
@@ -29,11 +29,6 @@ for filename in "${OSQUERY_TAR_FILENAMES[@]}"; do
29
fi
30
done
31
32
-ls -l /opt/osquery/bin
33
-
34
-ln -s /opt/osquery/bin/osqueryd /opt/osquery/osqueryi
35
-ln -s /opt/osquery/bin/osqueryd /opt/osquery/osqueryd
36
37
if [ ! -L /opt/osquery/osqueryi ]
38
then echo please provide a working osquery tarfile; exit 1
39
else /opt/osquery/osqueryi --version
0 commit comments