This commit is contained in:
Jamie Cameron
2022-07-13 22:58:23 -07:00
parent 102364858c
commit 13aa152b18

View File

@ -249,7 +249,7 @@ else {
if (!&has_command("process.exe")) {
&errorexit("The command process.exe must be installed to run Webmin on Windows");
}
if (eval "use Win32::Daemon; 1") {
if (!eval "use Win32::Daemon; 1") {
&errorexit("The Perl module Win32::Daemon must be installed to run Webmin on Windows");
}
}