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 aa74686a76
commit f5574c8f22

View File

@@ -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;