CHE-661 unzip in quiet mode

Change-Id: If3a51cc6e01e243c47033d4d891858e3997ab725
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
6.19.x
Florent BENOIT 2016-03-01 11:13:08 +01:00
parent bfcce52af5
commit 48a2e54df6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class ApiModule extends AbstractModule {
bind(org.eclipse.che.api.workspace.server.stack.StackLoader.class);
bindConstant().annotatedWith(Names.named(org.eclipse.che.api.machine.server.WsAgentLauncherImpl.WS_AGENT_PROCESS_START_COMMAND))
.to("rm -rf ~/che && mkdir -p ~/che && unzip /mnt/che/ws-agent.zip -d ~/che/ws-agent && " +
.to("rm -rf ~/che && mkdir -p ~/che && unzip -qq /mnt/che/ws-agent.zip -d ~/che/ws-agent && " +
"export JPDA_ADDRESS=\"4403\" && ~/che/ws-agent/bin/catalina.sh jpda run");
install(new org.eclipse.che.plugin.docker.machine.ext.LocalStorageModule());