Skip to content

Commit

Permalink
remove errant symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
grogsaxle committed Apr 18, 2022
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
Expand Up @@ -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
Expand Down

0 comments on commit c8287e6

Please sign in to comment.