diff --git a/src/www b/src/www index e5195d6bd..ff8728408 100755 --- a/src/www +++ b/src/www @@ -36,7 +36,7 @@ let httpServer; async function startTrilium() { const usedPort = await port; - const usedHost = host; + const usedHost = await host; app.set('port', usedPort); app.set('host', usedHost);