Merge pull request #554 from tomichec/fixWei

adds touch to /eclair/eclair.log so Wei doesn't fail
pull/564/head
Andreas M. Antonopoulos 4 years ago committed by GitHub
commit 15e733b6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,4 +2,5 @@
set -Eeuo pipefail
# Show LND log from beginning and follow
touch /eclair/eclair.log
tail -n +1 -f /eclair/eclair.log || true

Loading…
Cancel
Save