Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: repair errors in startup shell script (#1087)
## Description The startup shell script of the Agent instance was broken due to missing tests (to be addressed in #1088 ). Fixed the script and validated it with shellchecker. - `if` needs `then` - no spaces in `=` assignments - use `$` to get the value of a variable ## Verification - module deployed in the test environment. Runners were spawn, jobs processed. - Cloudwatch logs checked for errors, none found
- Loading branch information