diff --git a/UpdateContainer.sh b/UpdateContainer.sh old mode 100644 new mode 100755 diff --git a/app.js b/app.js index 2f825e3..619fe1b 100644 --- a/app.js +++ b/app.js @@ -79,7 +79,7 @@ async function server() { }) app.listen(port, () => { - console.log(`Example app listening at http://localhost:${port}`) + console.log(`DNS Logger listening at http://localhost:${port}`) }) }