Define RASPI_INSTALL_LOG

This commit is contained in:
billz
2023-11-24 18:07:47 +00:00
parent aa3a88e9b1
commit d6a4d33758
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<?php
$logFile = '/tmp/raspap_install.log';
$logFile = '/tmp/'.RASPI_INSTALL_LOG;
$searchStrings = [
'Configure update' => 1,
'Updating sources' => 2,