Fixed a few things on the status page

This commit is contained in:
Julien Malka 2021-12-26 13:16:06 +01:00
parent d63f558eb5
commit b3450bde4f
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
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
'';
};
};