Skip to content

Commit

Permalink
fix issue where aws binary not found in PATH for S3 sync cron job (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Clausson authored and antonbabenko committed Dec 15, 2016
1 parent 4d92743 commit 27af6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MARKER="# KEYS_BELOW_WILL_BE_UPDATED_BY_TERRAFORM"
KEYS_FILE=/home/$SSH_USER/.ssh/authorized_keys
TEMP_KEYS_FILE=$(mktemp /tmp/authorized_keys.XXXXXX)
PUB_KEYS_DIR=/home/$SSH_USER/pub_key_files/
PATH=/usr/local/bin:$PATH
[[ -z $BUCKET_URI ]] && BUCKET_URI="s3://$BUCKET_NAME/"
Expand Down

0 comments on commit 27af6a3

Please sign in to comment.