Closed hardiselg closed 3 years ago
Can you provide the path to the script?
I am looking into it. Maybe we should add a Flag to configure this?
@TitanSpirit the timer functions should be located here: https://github.com/alinmear/docker-conanexiles/blob/master/src/usr/bin/conanexiles_controller
@alinmear I think it is a good idea. By adding '_interval' to Docker environment variable this should work fine.
I updated the function; notification will be send at 15,5,1 Minute
I find the rcon shutdown notification quite annoying because it does the notification in minute intervals. It would be nice if the time between notifications would be a bit longer, let's say 5min.
So actually I did exactly that. I modified the start_shutdown_timer function in the server controller file, where you can actually change the interval. In addition it will in all cases tell when 1 min is left for the update.
Maybe it would be possible to push this edit also to master?