Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
omerh committed Feb 18, 2024
1 parent 59d7fd0 commit 4546ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CONF_FILE="matterbridge.toml"
check_env_exists() {
if [[ -n "$phoneNumber" && -n "$userStorage" ]]; then
echo "variables are set"
echo "Working with phone numerb ${phoneNumber} and s3 path ${userStorage}"
else
echo "One or both variables are not set. Exiting."
echo "phoneNumber: ${phoneNumber}"
Expand Down

0 comments on commit 4546ac2

Please sign in to comment.