updated haproxy state

This commit is contained in:
Paul 2024-03-23 17:44:23 +01:00
parent 5c456633d3
commit 1ccd2dfc79

View File

@ -1,4 +1,4 @@
local sleep_secs=15 local sleep_secs = 15
local args = table.pack(...) local args = table.pack(...)
if args[1] ~= nil then sleep_secs = args[1] end if args[1] ~= nil then sleep_secs = args[1] end