From 149353e738149067c703abc77b27c806de8f4a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Fri, 14 Feb 2025 01:06:52 +0900 Subject: [PATCH] Update gen-config.sh --- app/gen-config.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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