aws-samples / aws-parallelcluster-post-install-scripts

Scripts to customize AWS ParallelCluster
MIT No Attribution
21 stars 13 forks source link

Pyxis postinstall.sh: Define SHARED_DIR env var when running envsubst #15

Closed jamt9000 closed 9 months ago

jamt9000 commented 9 months ago

Description of changes:

SHARED_DIR wasn't being defined as an environment variable, meaning that the envsubst call was replacing runtime_path=${SHARED_DIR}/pyxis with runtime_path=/pyxis mistakenly causing the pyxis runtime path to be on the root filesystem.

Also fixed a wrong link in the readme.

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

sean-smith commented 9 months ago

thanks!