Fixed a few things on the status page

This commit is contained in:
Julien Malka 2021-12-26 13:16:06 +01:00
parent db1989e484
commit 3d5718fb67
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ in
mkdir -p /var/www/status
${pkgs.tinystatus}/bin/tinystatus ${./checks.csv} > /var/www/status/index.html
${pkgs.gnused}/bin/sed -i 's/tinystatus/Services status/g' /var/www/status/index.html
${pkgs.gnused}/bin/sed -i 's/80%/60%/g' /var/www/status/index.html
'';
};
};