mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 16:08:43 +02: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