mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Avoid useless I/O
This commit is contained in:
@@ -168,5 +168,8 @@ foreach ($filelist as $file) {
|
||||
|
||||
if ($updating) {
|
||||
echo "-- Done\n";
|
||||
if( isset($_SESSION['stage']) ) {
|
||||
$_SESSION['build-ok'] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user