mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Preserve /tmp/raspap_install.log literal
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once '../../includes/config.php';
|
||||
|
||||
$logFile = '/tmp/'.RASPI_INSTALL_LOG;
|
||||
$logFile = '/tmp/raspap_install.log';
|
||||
$searchStrings = [
|
||||
'Configure update' => 1,
|
||||
'Updating sources' => 2,
|
||||
|
||||
Reference in New Issue
Block a user