Skip to content

Commit

Permalink
fix: Fix linux installer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 24, 2023
1 parent 0d0dfc0 commit 854ee13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ injector:
packaging:
* Update MacOSX packages to use OpenSSL 3.2.0
* Update MacOSX packaging to use "com.teclib.glpi-agent" as AppID and service identifier
* Fix linux installer typo preventing configuration update when required

1.6.1 Fri, 17 Nov 2023

Expand Down
2 changes: 1 addition & 1 deletion contrib/unix/installer/LinuxDistro.pm
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ sub configure {
die "Can't apply configuration without $folder folder\n"
unless -d $folder;

my $fh = self->open_os_file($installed_config, '>')
my $fh = $self->open_os_file($installed_config, '>')
or die "Can't create $installed_config: $!\n";
$self->verbose("Writing configuration in $installed_config");
foreach my $option (sort keys(%{$self->{_options}})) {
Expand Down

0 comments on commit 854ee13

Please sign in to comment.