From 82ec2046f946794ed8b8fdb1ac20d929c3ca2566 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 26 Sep 2023 16:43:48 +0200 Subject: [PATCH] Update build.sh --- build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build.sh b/build.sh index fcb62e9..84e7b8b 100755 --- a/build.sh +++ b/build.sh @@ -76,10 +76,4 @@ URL_PAST_EVENTS="https://www.meetup.com/es-ES/python-valencia-meetup/events/past # MAIN -# 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 +start