Fix malformed command
This commit is contained in:
parent
78c2baf355
commit
897f0354c7
|
@ -81,7 +81,7 @@ RUN \
|
|||
try=$1; \
|
||||
# Run installer asynchronously
|
||||
{ \
|
||||
{ WINEDEBUG=+all,trace-all,warn-all /usr/bin/entrypoint wine MDK537.exe --batch-install 2>&1 || echo "exit $?"; } \
|
||||
{ 2>&1 WINEDEBUG=+all,trace-all,warn-all /usr/bin/entrypoint wine MDK537.exe --batch-install || echo "exit $?"; } \
|
||||
# Write output to `log.txt`
|
||||
| { [ $DEBUG -eq 1 ] && tee log.txt || cat; } \
|
||||
# Pipe stdout and stderr to `handle_output` function
|
||||
|
|
Loading…
Reference in a new issue