0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge pull request #1438 from guitarrapc/fix/cloudformation_template_for_second_ec2launch

fix: mkdir failed and ec2 infinitely re-launch
This commit is contained in:
Juan Picado @jotadeveloper 2019-08-15 18:40:29 +02:00 committed by GitHub
commit 87c3a29bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,7 @@ Resources:
mount -a -t efs defaults
# Create/update the config & password files.
mkdir "$BASE/conf"
[[ -d "$BASE/conf" ]] || mkdir "$BASE/conf"
curl -o "$BASE/conf/htpasswd" "${VerdaccioHtpasswdUrl}"
curl -o "$BASE/conf/config.yaml" "${VerdaccioConfigUrl}"