Skip to content

Commit

Permalink
Fix typo in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
santilococo authored and victor-rds committed Jun 15, 2024
1 parent 66ff7ba commit c06eb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion context/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ gen_inifile() {
EOF
fi

echo '[allowed_hosts]' >> "${ETEBASE_EASY_CONFIG_PATH}"local -a AHOSTS
echo '[allowed_hosts]' >> "${ETEBASE_EASY_CONFIG_PATH}"
local -a AHOSTS
local IFS=,
read -ra AHOSTS <<< "${ALLOWED_HOSTS}"
for i in "${!AHOSTS[@]}"; do
Expand Down

0 comments on commit c06eb63

Please sign in to comment.