Update tinystatus
This commit is contained in:
parent
c8e12a2dea
commit
1ad800d0e4
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ if [ -f "${incidentsfile}" ]; then
|
|||
if [ -s "${incidentsfile}" ]; then
|
||||
sed 's|^\(.*\)$|<p>\1</p>|' "${incidentsfile}"
|
||||
else
|
||||
echo '<p>Aucun incident n'est documenté ;)</p>'
|
||||
echo '<p>Aucun incident documenté ;)</p>'
|
||||
fi
|
||||
fi
|
||||
cat <<EOF
|
||||
|
|
Loading…
Reference in a new issue