diff --git a/app/gen-config.sh b/app/gen-config.sh index b623106..79050a2 100644 --- a/app/gen-config.sh +++ b/app/gen-config.sh @@ -29,6 +29,13 @@ cat > config.json << EOF } EOF +if [ ! -d "temp" ]; then + mkdir temp +fi +if [ ! -d "temp/auth" ]; then + mkdir temp/auth +fi + # If doesn't have temp/cookies.json, create it if [ ! -f "./temp/auth/cookies.json" ]; then mkdir temp/auth