Update gen-config.sh

This commit is contained in:
2025-01-09 22:09:36 +09:00 committed by GitHub
commit 4c9687501b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Required environment variables
required_vars=("BOT_ROOT" "BOT_INSTAGRAM_ID" "BOT_INSTAGRAM_PASSWORD" "BOT_KEY" "BOT_WEBHOOK_URL")
required_vars=("BOT_ROOT" "BOT_INSTAGRAM_ID" "BOT_INSTAGRAM_PASSWD" "BOT_KEY" "BOT_WEBHOOK_URL")
# Check for missing environment variables
missing_vars=()
@ -28,4 +28,4 @@ cat > config.json << EOF
}
EOF
echo "Successfully generated config.json"
echo "Successfully generated config.json"