You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments