diff --git a/bin/php/cleancache.php b/bin/php/cleancache.php index 96dfc7e297..160aa1d652 100755 --- a/bin/php/cleancache.php +++ b/bin/php/cleancache.php @@ -45,4 +45,4 @@ function viewFileContent($file) $cleanNum = 0; traverseDirectory(rtrim($app->getCacheRoot(), DS), $cleanNum); -echo "Cleaned $cleanNum cache files.\n"; +echo "Cleaned {$cleanNum} cache files.", PHP_EOL;