Skip to content

Commit

Permalink
Merge pull request #2529 from thomasjacquin/postData.sh-bug-fix-set-W…
Browse files Browse the repository at this point in the history
…EBSITES

postData.sh: bug fix: set WEBSITES
  • Loading branch information
EricClaeys authored Apr 3, 2023
2 parents b6462a4 + daff0c0 commit a439f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/postData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ if [[ -n ${WEBSITES_TO_DO} && ${WEBSITES_TO_DO} != "${WEBSITES}" ]]; then
echo -e "${RED}${ME}: ERROR: ${MSG}"
exit 1
fi

WEBSITES="${WEBSITES_TO_DO}"
fi

if [[ ${WEBSITES} == "local" || ${WEBSITES} == "both" ]]; then
Expand Down

0 comments on commit a439f31

Please sign in to comment.