diff --git a/app/gen-config.sh b/app/gen-config.sh index b623106..cf13f8a 100644 --- a/app/gen-config.sh +++ b/app/gen-config.sh @@ -29,10 +29,4 @@ cat > config.json << EOF } EOF -# If doesn't have temp/cookies.json, create it -if [ ! -f "./temp/auth/cookies.json" ]; then - mkdir temp/auth - python3 library/init-auth.py -fi - echo "Successfully generated config.json"