Remove duplicate command
This commit is contained in:
parent
8d77543c25
commit
d64491e574
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ RUN \
|
|||
# Branch "end": exit with code 0
|
||||
-e ":end q;")"; \
|
||||
exitCode="$?"; \
|
||||
exitCode=$?; \
|
||||
# Kill installer if it got stuck (according to console output)
|
||||
[ "$exitCode" -eq 42 ] && pkill -9 MDK537.exe; \
|
||||
# Use `sed`s exit code if non-zero
|
||||
|
|
Loading…
Reference in a new issue