Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sed for command line parsing in rfs entrypoint for cleanup directories #8

Conversation

AndreKurait
Copy link

bash-5.2# RFS_COMMAND="--s3-local-dir /tmp/s3 --lucene-dir \"/tmp/my lucene dir\"" ./entrypoint.sh
RFS_COMMAND: --s3-local-dir /tmp/s3 --lucene-dir "/tmp/my lucene dir"
RFS_TARGET_USER:
RFS_TARGET_PASSWORD: <redacted>
RFS_TARGET_PASSWORD_ARN:
Will delete S3 local directory between runs: /tmp/s3
Directory /tmp/s3 has been deleted.
Will delete lucene local directory between runs: /tmp/my lucene dir
Running command --s3-local-dir /tmp/s3 --lucene-dir "/tmp/my lucene dir"

…ories

Signed-off-by: Andre Kurait <akurait@amazon.com>
@gregschohn gregschohn merged commit f15a84b into gregschohn:RfsEntrypointLoopOptimization Oct 7, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants