File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export FSX
54
54
/usr/bin/envsubst ' ${SLURM_DB_ENDPOINT}' < " 1click-hpc/enginframe/mysql/efdb.config" > efdb.config
55
55
/usr/bin/envsubst ' ${SLURM_DB_ENDPOINT}' < " 1click-hpc/enginframe/efinstall.config" > efinstall.config
56
56
/usr/bin/envsubst ' ${S3_BUCKET}' < " 1click-hpc/enginframe/fm.browse.ui" > fm.browse.ui
57
- /usr/bin/envsubst ' ${S3_BUCKET }' < " 1click-hpc/scripts/post.install.sh" > post.install.sh
57
+ /usr/bin/envsubst ' ${POST_INSTALL }' < " 1click-hpc/scripts/post.install.sh" > post.install.sh
58
58
59
59
aws s3 cp --quiet efinstall.config " s3://${S3_BUCKET} /1click-hpc/enginframe/efinstall.config" --region " ${AWS_REGION_NAME} "
60
60
aws s3 cp --quiet fm.browse.ui " s3://${S3_BUCKET} /1click-hpc/enginframe/fm.browse.ui" --region " ${AWS_REGION_NAME} "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ main() {
46
46
TMP_MODULES_DIR=" /tmp/modules/"
47
47
export host_name=$( hostname -s)
48
48
export SLURM_CONF_FILE=" /opt/slurm/etc/pcluster/slurm_parallelcluster_*_partition.conf"
49
- post_install_url=$( dirname ${S3_BUCKET } )
49
+ post_install_url=$( dirname ${POST_INSTALL } )
50
50
export post_install_base=$( dirname " ${post_install_url} " )
51
51
SLURM_ROOT=" /opt/slurm"
52
52
export SLURM_ETC=" ${SLURM_ROOT} /etc"
You can’t perform that action at this time.
0 commit comments