diff --git a/app.js b/app.js index 86340e5..414ccb8 100644 --- a/app.js +++ b/app.js @@ -106,4 +106,4 @@ httpServer.listen(config.port, () => { if (err) return console.error(err) files.forEach(f => fs.unlink(path.join(config.uploadDir, f), () => {})) }) -}); \ No newline at end of file +}); diff --git a/views/index.ejs b/views/index.ejs index 03aaa64..7f9eef3 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -16,6 +16,7 @@ Usage
<%= disk.used %>/<%= disk.total %> GB // <%= disk.percentage %>%
+ @@ -34,4 +35,4 @@