Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omerh committed Jan 28, 2024
1 parent 47bf73f commit 046b73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FILE_DESTINATION="/etc/matterbridge/"
# userStorage="s3://us-west-2-guardian-data154316-dev/private/us-west-2:6da317cd-7edd-472d-8d3c-6aee1296ac3c/phone-data/${phoneNumber}"

# download from S3
donwload_from_s3() {
download_from_s3() {
echo "Downloading $1 to ${userStorage}"
aws s3 cp --profile c $userStorage/$1 $FILE_DESTINATION/$1
}
Expand All @@ -26,7 +26,7 @@ echo "bucket: $userStorage"
echo "session file: ${SESSION_FILE}"

# Download config, and session db file from s3 userStorage
donwload_from_s3 ${CONF_FILE}
download_from_s3 ${CONF_FILE}
download_from_s3 ${SESSION_FILE}

echo "Starting matterbrigde"
Expand Down

0 comments on commit 046b73a

Please sign in to comment.