Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax authored Sep 26, 2023
1 parent 82ec204 commit edc26fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@ URL_PAST_EVENTS="https://www.meetup.com/es-ES/python-valencia-meetup/events/past

# MAIN

start

# Check if exist cookies env variable
if [ -z "$MEETUP_COOKIES" ]; then
echo "MEETUP_COOKIES env variable is not set. Please set it with the cookies value from MeetUp."
exit 1
else
start
fi

0 comments on commit edc26fd

Please sign in to comment.