openwrt: output screen's logfile somewhere output can see

This is useful for recording compilation crashes.
This commit is contained in:
Martin Kennedy 2021-02-18 02:28:56 +00:00
parent 5916b3e7a3
commit f459dc14a5

View File

@ -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