From 687475db24406ffb1523d7877e91c8735b61f1df Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sat, 13 Apr 2019 21:27:29 +0200 Subject: [PATCH] docker: tail logs from host now that we have the log mapped to host folder we can simply tail it there --- docker/logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/logs.sh b/docker/logs.sh index 24a8406..be37498 100755 --- a/docker/logs.sh +++ b/docker/logs.sh @@ -4,4 +4,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" . _settings.sh -exec docker exec lntop tail /root/.lntop/lntop.log "$@" \ No newline at end of file +exec tail "$@" "$LNTOP_HOME/lntop.log" \ No newline at end of file