mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
Merge pull request #1809 from desertwitch/patch-1
update.php: release file pointer after usage
This commit is contained in:
@@ -102,6 +102,7 @@ if (isset($_POST['#command'])) {
|
||||
while (!feof($proc)) {
|
||||
write_log(fgets($proc));
|
||||
}
|
||||
@pclose($proc);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user