awslabs / autonomous-driving-data-framework

ADDF is a collection of modules, deployed using the SeedFarmer orchestration tool. ADDF modules enable users to quickly bootstrap environments for the process and analysis of autonomous driving data.
Apache License 2.0
112 stars 44 forks source link

[BUG] Opensearch-Tunnel Module has UserData install issue #600

Closed dgraeber closed 1 month ago

dgraeber commented 1 month ago

The module has an issue with with installing user data.

The file atautonomous-driving-data-framework/modules/integration/opensearch-tunnel/install_nginx.sh has the bash shebang below the License...nullifying the ability of the script to be executed.

Move the #!/bin/bash to the top of the file