Preserve /tmp/raspap_install.log literal

This commit is contained in:
billz
2023-11-25 09:54:28 +00:00
parent 2102fb9043
commit 9a709b3ded
3 changed files with 1 additions and 5 deletions

View File

@@ -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,