openwrt: output screen's logfile somewhere output can see
This is useful for recording compilation crashes.
This commit is contained in:
parent
5916b3e7a3
commit
f459dc14a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user