vdeville / ssh-login-alert-telegram

Recieive telegram notfications when user connect to a server
GNU General Public License v3.0
186 stars 60 forks source link

CentOS: 3 notifications at the same time #9

Open sudmed opened 2 months ago

sudmed commented 2 months ago

The script sends me three notifications at the same time on CentOS 7.9, although only one recipient address is specified and only one user logons too. On Ubuntu it works as expected. Why?

vdeville commented 3 weeks ago

Hello, Maybe the profile.d read multiple time ? Or you have ZSH initialized two times ?

Thanks