98_Installer: update to v0.5.7

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2020-01-12 09:53:11 +00:00
parent d0f66e3185
commit 1828c5e6bb

View File

@ -1092,6 +1092,10 @@ sub CpanInstall($) {
my $cmd = shift;
my $h = {};
local $ENV{PATH} = __GetExtendedEnvPath();
eval {
umask 0022;
1;
};
my $p = `$cmd->{installperl}`;
if ( $p && $p ne '' ) {
@ -5537,8 +5541,8 @@ sub __list_module {
"abstract": "Modul zum Update von FHEM, zur Installation von Drittanbieter FHEM Modulen und der Verwaltung von Systemvoraussetzungen"
}
},
"version": "v0.5.6",
"release_status": "testing",
"version": "v0.5.7",
"release_status": "stable",
"author": [
"Julian Pawlowski <julian.pawlowski@gmail.com>"
],