mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 17:36:39 +00:00
98_update.pm: change http to https for default
git-svn-id: https://svn.fhem.de/fhem/trunk@27421 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
97383a23d3
commit
780c11b7cc
@ -106,7 +106,7 @@ upd_metainit($)
|
||||
Log 1, $msg;
|
||||
return $msg;
|
||||
}
|
||||
print FH "http://fhem.de/fhemupdate/controls_fhem.txt\n";
|
||||
print FH "https://fhem.de/fhemupdate/controls_fhem.txt\n";
|
||||
close(FH);
|
||||
}
|
||||
return undef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user