mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 06:34:22 +00:00
feat: add info_print flag
This commit is contained in:
@@ -9,7 +9,7 @@ if [[ "--install" == $INSTALLED ]]; then
|
||||
notifications Installation\n\
|
||||
--------------------------------------------------"
|
||||
|
||||
ENV_LIST=("TELEGRAM_CHAT_ID" "TELEGRAM_TOKEN")
|
||||
ENV_LIST=("TELEGRAM_TOKEN" "TELEGRAM_CHAT_ID")
|
||||
|
||||
for env in "${ENV_LIST[@]}"; do
|
||||
read -p "Enter value for $env: " value
|
||||
|
||||
Reference in New Issue
Block a user