mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
the touch function call won't create a wanrning anymore in install.php
This commit is contained in:
parent
b295e33bed
commit
b7bfbf5e42
@ -147,7 +147,7 @@ if ( $content['INSTALL_STEP'] == 2 )
|
|||||||
if ( !is_file($content['fileperm'][$i]['FILE_NAME']) )
|
if ( !is_file($content['fileperm'][$i]['FILE_NAME']) )
|
||||||
{
|
{
|
||||||
// Try to create an empty file
|
// Try to create an empty file
|
||||||
touch($content['fileperm'][$i]['FILE_NAME']);
|
@touch($content['fileperm'][$i]['FILE_NAME']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( is_file($content['fileperm'][$i]['FILE_NAME']) )
|
if ( is_file($content['fileperm'][$i]['FILE_NAME']) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user