Skip to content

Commit

Permalink
remove errant symbolic link
Browse files Browse the repository at this point in the history
grogsaxle committed Apr 18, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent a13725b commit c8287e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/flatcar.arm64/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c8287e6

Please sign in to comment.