2
0
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:
rudolfkoenig 2023-04-10 08:27:24 +00:00
parent 97383a23d3
commit 780c11b7cc

View File

@ -106,7 +106,7 @@ upd_metainit($)
Log 1, $msg; Log 1, $msg;
return $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); close(FH);
} }
return undef; return undef;