Skip to content

Commit

Permalink
Merge pull request #1132 from grogsaxle/develop
Browse files Browse the repository at this point in the history
remove errant symbolic link
  • Loading branch information
daveed12 authored Apr 18, 2022
2 parents a13725b + c8287e6 commit 3351a51
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 3351a51

Please sign in to comment.