Update tinystatus

This commit is contained in:
Lab-8916100448256 2021-10-07 21:01:29 +02:00 committed by GitHub
parent c8e12a2dea
commit 1ad800d0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ if [ -f "${incidentsfile}" ]; then
if [ -s "${incidentsfile}" ]; then if [ -s "${incidentsfile}" ]; then
sed 's|^\(.*\)$|<p>\1</p>|' "${incidentsfile}" sed 's|^\(.*\)$|<p>\1</p>|' "${incidentsfile}"
else else
echo '<p>Aucun incident n'est documenté ;)</p>' echo '<p>Aucun incident documenté ;)</p>'
fi fi
fi fi
cat <<EOF cat <<EOF