aws-codedeploy-agent icon indicating copy to clipboard operation
aws-codedeploy-agent copied to clipboard

codedeploy agent issue on AL2023

Open UmairPLT opened this issue 1 year ago • 0 comments

while running code deploy agent on AL2023 , i am having this issue while running simple script having echo command.

ERROR

LifecycleEvent - AfterInstall
Script - build_config/codedeploy/scripts/run.sh
[stderr]bash: _parse_usage: line 16: syntax error near unexpected token `('
[stderr]bash: _parse_usage: line 16: ` -?(\[)+([a-zA-Z0-9?]))'
[stderr]bash: error importing function definition for `_parse_usage'
[stderr]bash: _services: line 5: syntax error near unexpected token `('
[stderr]bash: _services: line 5: ` COMPREPLY=($(printf '%s\n' ${sysvdirs[0]}/!($_backup_glob|functions|README)));'

UmairPLT avatar Oct 23 '24 12:10 UmairPLT