Rename script

This commit is contained in:
adrien 2020-12-13 20:06:36 +01:00
parent 5116aa5bbd
commit f98396fe0a
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ Variables `key` and `chat_id` correspond to the API key and the chat id obtained
For the `key` variable.
```
sudo sed -i "s/key=/key=<your_key>/" /usr/local/sbin/tls-checker
sudo sed -i "s/key=/key=<your_key>/" /usr/local/sbin/gitea-updater
```
For the `chat_id` variable.
```
sudo sed -i "s/chat_id=/chat_id=<your_chat_id>/" /usr/local/sbin/tls-checker
sudo sed -i "s/chat_id=/chat_id=<your_chat_id>/" /usr/local/sbin/gitea-updater
```
## Automation