1
0
mirror of synced 2025-10-28 18:19:17 +00:00

dynamic user for authorized keys and bug fix

This commit is contained in:
Valentin
2023-09-13 15:46:40 +02:00
parent 7b0a757fc7
commit 092ab264bc
10 changed files with 55 additions and 14 deletions

View File

@@ -19,6 +19,9 @@ router.get("/:server", async (req, res) => {
raw += '# ' + x + '\n' + result[x] + '\n\n'
}
res.send(raw)
server.lastPull =
server.save()
})
} else {
res.send("invalid request")