diff --git a/UpdateContainer.sh b/UpdateContainer.sh old mode 100644 new mode 100755 diff --git a/app.js b/app.js index 8c62345..feb9b7e 100644 --- a/app.js +++ b/app.js @@ -72,7 +72,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}`) }) }