Remove unnecessary statements
This commit is contained in:
parent
ebd13a9e9e
commit
8d77543c25
|
@ -172,9 +172,6 @@ RUN \
|
||||||
/usr/bin/entrypoint xvfb-run wine 'C:\Keil_v5\UV4\PackUnzip.exe' --embedded --agree-license InES.pack & \
|
/usr/bin/entrypoint xvfb-run wine 'C:\Keil_v5\UV4\PackUnzip.exe' --embedded --agree-license InES.pack & \
|
||||||
pid="$!"; \
|
pid="$!"; \
|
||||||
wait "$pid"; \
|
wait "$pid"; \
|
||||||
pkill -P -9 "$pid" > /dev/null 2>&1; \
|
|
||||||
kill -9 "$pid" > /dev/null 2>&1; \
|
|
||||||
kill -9 "$displayPID" > /dev/null 2>&1; \
|
|
||||||
rm InES.pack; \
|
rm InES.pack; \
|
||||||
rm -f /tmp/.X*-lock;
|
rm -f /tmp/.X*-lock;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue