diff --git a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php index b593d4977366c11e1761005da5bb24744045aa0e..78cf9573f3f59837a454e04a30e3db9a1dca22a1 100644 --- a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php +++ b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php @@ -212,7 +212,7 @@ class tx_nG6_utils { return 0; } #Exclusion of the log files from the purge process -// $stream = ssh2_exec($connection, 'find '.$directory.' -maxdepth 1 -not -name "*.html" -not -name "*.png" -not -name "*.log" -not -name "*.log.gz" -not -name "*.pdf" -not -name "md5sum.txt" -not -name "*GXB02039*" -not -name "*PCT0078*" -type f -exec rm -f {} \;'); +// $stream = ssh2_exec($connection, 'find '.$directory.' -maxdepth 1 -not -name "*.html" -not -name "*.png" -not -name "*.log" -not -name "*.log.gz" -not -name "*.pdf" -not -name "md5sum.txt" -name "*GXB02039*fastq.gz" -name "*PCT0078*fastq.gz" -type f -exec rm -f {} \;'); // $errorStream = ssh2_fetch_stream($stream, SSH2_STREAM_STDERR); // // Enable blocking for both streams // stream_set_blocking($errorStream, true);