Skip to content

Commit

Permalink
Merge pull request #10 from timrettop/aws-typo-fix
Browse files Browse the repository at this point in the history
Fix AWS mount. Resolves #9
  • Loading branch information
kchristensen authored Jul 24, 2020
2 parents a73f1dc + eb26f4f commit 187afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udm-le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done

# Check for optional .aws directory, and add it to the mounts if it exists
if [ -d "${UDM_LE_PATH}/.aws" ]; then
DOCKER_VOLUMES="${DOCKER_VOLUMES} -v ${UDM_LE_PATH}/aws:/home/lego/.aws/"
DOCKER_VOLUMES="${DOCKER_VOLUMES} -v ${UDM_LE_PATH}/.aws:/home/lego/.aws/"
fi

# Setup persistent on_boot.d trigger
Expand Down

0 comments on commit 187afc5

Please sign in to comment.