changed the windows signature check
This commit is contained in:
parent
594e27d9eb
commit
45eb557978
2 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ sub getLatestWebguiVersion {
|
|||
|
||||
#----------------------------------------
|
||||
sub getOs {
|
||||
if ($^O =~ /^Win/) {
|
||||
if ($^O =~ /MSWin32/i || $^O =~ /^Win/i) {
|
||||
return "Windowsish";
|
||||
}
|
||||
return "Linuxish";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue