Update gen-config.sh
This commit is contained in:
parent
dff9d9ac18
commit
d035da6bfa
1 changed files with 0 additions and 6 deletions
|
|
@ -29,10 +29,4 @@ cat > config.json << EOF
|
||||||
}
|
}
|
||||||
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"
|
echo "Successfully generated config.json"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue