Update gen-config.sh
This commit is contained in:
parent
c4ce6381b8
commit
4c9687501b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue