Showing 1 changed files with 1 additions and 1 deletions
+1 -1
sources/gennews.jessie.sh
... ...
@@ -4,7 +4,7 @@ for src in news-*php
4 4
 do
5 5
   echo "== $src"
6 6
   outfile=$(echo $src|awk -F'-' '{print $2}'|awk -F. '{print $1}').html
7
-  echo php $src > $outfile 2> /dev/null
7
+  php $src > $outfile 2> /dev/null
8 8
 done
9 9
 echo "Syncing to kawi.fr"
10 10
 scp *html rss.php  /var/www/html/newsen/dist/css/*css kawi.fr:/var/www/html/newsen/sources/ &> /dev/null