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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user