Merge pull request #980 from SkynetLabs/discord_webhook

DiscordWebhook => discord_webhook
This commit is contained in:
Karol Wypchło 2021-07-16 14:49:21 +02:00 committed by GitHub
commit e223ea1f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e # exit on first error
sudo apt-get update
sudo apt-get -y install python3-pip
pip3 install DiscordWebhook python-dotenv requests elasticsearch-curator
pip3 install discord-webhook python-dotenv requests elasticsearch-curator
# add cron entries to user crontab
crontab -u user /home/user/skynet-webportal/setup-scripts/support/crontab