Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ZoneMinder/zoneminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 25, 2023
2 parents 3346a67 + 2a7b8a1 commit 29c6a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zmupdate.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ if ($check) {
my $ua = LWP::UserAgent->new;
$ua->agent('ZoneMinder Update Agent/'.ZM_VERSION);
if ( $Config{ZM_UPDATE_CHECK_PROXY} ) {
$ua->proxy('http', $Config{ZM_UPDATE_CHECK_PROXY});
$ua->proxy('https', $Config{ZM_UPDATE_CHECK_PROXY});
}
my $req = HTTP::Request->new(GET=>'https://update.zoneminder.com/version.txt');
my $res = $ua->request($req);
Expand Down

0 comments on commit 29c6a01

Please sign in to comment.