Skip to content

Commit b8eff27

Browse files
committed
fix: Support --delaytime option in linux perl installer
Closes #816
1 parent 36fd2bb commit b8eff27

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ packaging:
8383
- libxml2 2.13.5
8484
- libiconv 1.18
8585
* Update MacOSX packages to use OpenSSL 3.4.0
86+
* fix #816: Support --delaytime option in linux perl installer
8687

8788
1.11 Tue, 24 Sep 2024
8889

contrib/unix/installer/Getopt.pm

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ my @options = (
1515
'color',
1616
'cron=i',
1717
'debug|d=i',
18+
'delaytime=i',
1819
'distro=s',
1920
'no-question|Q',
2021
'extract=s',
@@ -119,6 +120,10 @@ glpi-agent-linux-installer [options]
119120
-s --server=URI configure agent GLPI server
120121
-l --local=PATH configure local path to store inventories
121122
123+
Target scheduling options:
124+
--delaytime=LIMIT maximum delay before target tasks first run, in seconds (3600)
125+
It also defines the maximum delay on network error.
126+
122127
Task selection options:
123128
--no-task=TASK[,TASK]... configure task to not run
124129
--tasks=TASK1[,TASK]...[,...] configure tasks to run in a given order

0 commit comments

Comments
 (0)