Browse Source

extra newl line al final del archivo

root 6 years ago
parent
commit
d07ba6aa86
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/StatsBundle/Command/GenerateCrontabCommand.php

+ 2 - 0
src/StatsBundle/Command/GenerateCrontabCommand.php

@@ -215,6 +215,8 @@ class GenerateCrontabCommand extends ContainerAwareCommand
             }
         }
 
+	fwrite($handle, PHP_EOL . PHP_EOL);
+
         fclose($handle);
         
         @unlink($fileCrontab);