diff --git a/app/gen-config.sh b/app/gen-config.sh index 6650f88..941a045 100644 --- a/app/gen-config.sh +++ b/app/gen-config.sh @@ -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" \ No newline at end of file +echo "Successfully generated config.json"