Skip to content

Commit

Permalink
mkdir -p /mnt/efs/etc/letsencrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Nov 22, 2018
1 parent 371897d commit 9a1f2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ebextensions/11-efs.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
# "03":
# command: mountpoint -q /mnt/efs || mount /mnt/efs
# "04":
# command: mkdir -p /mnt/efs/etc/letsencrypt
# test: test ! -d /mnt/efs/etc/letsencrypt
# "05":
# command: ln -s /mnt/efs/etc/letsencrypt /etc/letsencrypt
# test: test ! -h /etc/letsencrypt

0 comments on commit 9a1f2ec

Please sign in to comment.