Browse Source

Se remueve # de las líneas de cron.

Maximiliano Schvindt 7 years ago
parent
commit
96b584db0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/StatsBundle/Command/GenerateCrontabCommand.php

+ 1 - 1
src/StatsBundle/Command/GenerateCrontabCommand.php

@@ -102,7 +102,7 @@ class GenerateCrontabCommand extends ContainerAwareCommand
                 
                 
                 fwrite($handle, PHP_EOL."# OLT {$oltName} ({$deviceIp})".PHP_EOL);
                 fwrite($handle, PHP_EOL."# OLT {$oltName} ({$deviceIp})".PHP_EOL);
                 
                 
-                fwrite($handle, implode(PHP_EOL."#",$commands));
+                fwrite($handle, implode(PHP_EOL,$commands));
             }
             }
             
             
             if($this->getContainer()->getParameter('geoserver_service')) {
             if($this->getContainer()->getParameter('geoserver_service')) {