From f459dc14a5b5bd296c2d54b976a19dd0ac158b79 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Thu, 18 Feb 2021 02:28:56 +0000 Subject: [PATCH] openwrt: output screen's logfile somewhere output can see This is useful for recording compilation crashes. --- openwrt-builder-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt-builder-entry.sh b/openwrt-builder-entry.sh index 9e12d46..52c19e5 100755 --- a/openwrt-builder-entry.sh +++ b/openwrt-builder-entry.sh @@ -2,6 +2,6 @@ [ -x /input.sh ] && /input.sh -cd /builder/openwrt && /usr/bin/screen "$@" +cd /builder/openwrt && /usr/bin/screen -Logfile /output/screen.log -L "$@" [ -x /output.sh ] && /output.sh