Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2138 → Rev 2139

/scripts/alcasar-activity_report.sh
176,7 → 176,7
echo "</tr>" >> $HTML_REPORT
done
else
echo "<tr collspan="3"><td>Pas de RPM mis à jour cette semaine</td></tr>" >> $HTML_REPORT
echo "<tr><td colspan=3>Pas de RPM mis à jour cette semaine</td></tr>" >> $HTML_REPORT
fi
else
echo $LINE_HTML >> $HTML_REPORT
657,11 → 657,11
echo "</html>" >> $HTML_REPORT
 
#convert html document to PDF
cp $HTML_REPORT $DIR_BUILD/rapport.html
/usr/bin/wkhtmltopdf $HTML_REPORT $(echo $HTML_REPORT | cut -d'.' -f1).pdf
chown apache:apache $(echo $HTML_REPORT | cut -d'.' -f1).pdf
chmod 644 $(echo $HTML_REPORT | cut -d'.' -f1).pdf
mv $(echo $HTML_REPORT | cut -d'.' -f1).pdf /var/Save/
mv $HTML_REPORT /var/Save/activity_report/
mv $(echo $HTML_REPORT | cut -d'.' -f1).pdf /var/Save/activity_report/
 
#compress every logs, if they exist
if [ $(ls -1 /var/log/havp/access.log.* 2>/dev/null | wc -l) -ge 1 ]
681,4 → 681,3
rm $TMP_BL_WEEK_CAT
rm $TMP_STATS
rm $TMP_STATS_2
rm $HTML_REPORT