You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aadilpktappsexport TELEGRAM_CHAT_ID=1286831536 Is just used for setting the env variable. The script uses this env variable to initialize the config file. Once the config file is initiliazed just exporting the chat id again will serve no purpose. If you want to change/modify any config values, edit the config.toml present in ~/.matic-jagar/config/ directory. Once the changes to the config file are made, restart the systemd service of tool using sudo systemctl restart matic_jagar.service
Once I run the script and later on if I want to change the telegram id I am unable to do so with the following command
export TELEGRAM_CHAT_ID=1286831536
It keeps sending a notification to old telegram id
The text was updated successfully, but these errors were encountered: