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
|
#!/bin/bash
|
||||||
|
|
||||||
# Required environment variables
|
# 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
|
# Check for missing environment variables
|
||||||
missing_vars=()
|
missing_vars=()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue