Fix malformed command

This commit is contained in:
Manuel Thalmann 2023-03-25 13:21:00 +01:00
parent 78c2baf355
commit 897f0354c7

View file

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