aws-samples / open-on-demand-on-aws

MIT No Attribution
13 stars 12 forks source link

Bugfix: Removing backticks from bin_overrides.py #31

Closed dmorand17 closed 1 year ago

dmorand17 commented 1 year ago

Description of changes: Addresses a minor issue where the cfn-init logs will indicate an error occurred (example below). The issue is related to backticks included within the comments of the install-ood.sh script.

2023-10-16 15:29:39,687 P1273 [INFO]    ./install_ood.sh: line 160: bin_overrides: command not found
2023-10-16 15:29:39,687 P1273 [INFO]    sbatch: error: Batch script is empty!
2023-10-16 15:29:39,687 P1273 [INFO] ------------------------------------------------------------

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.