Skip to content

Commit 3351a51

Browse files
authored
Merge pull request #1132 from grogsaxle/develop
remove errant symbolic link
2 parents a13725b + c8287e6 commit 3351a51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/flatcar.arm64/entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ for filename in "${OSQUERY_TAR_FILENAMES[@]}"; do
2929
fi
3030
done
3131

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-
3732
if [ ! -L /opt/osquery/osqueryi ]
3833
then echo please provide a working osquery tarfile; exit 1
3934
else /opt/osquery/osqueryi --version

0 commit comments

Comments
 (0)