Fix unattended update interval check
(3h).count() would return the number of hours, i.e. 3, not seconds. We need to convert 3 hours to seconds explicitly.
Edited by Vlad Zahorodnii
(3h).count() would return the number of hours, i.e. 3, not seconds. We need to convert 3 hours to seconds explicitly.