diff --git a/applets/pbot-vm/entrypoint.sh b/applets/pbot-vm/entrypoint.sh index ebab59bf..8b49aa7d 100644 --- a/applets/pbot-vm/entrypoint.sh +++ b/applets/pbot-vm/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash -socat -d -d pty,raw,link=/tmp/ttyS2,echo=0 pty,raw,link=/tmp/ttyS2x,echo=0 & -socat -d -d pty,raw,link=/tmp/ttyS3,echo=0 pty,raw,link=/tmp/ttyS3x,echo=0 & +# socat -d -d pty,raw,link=/tmp/ttyS2,echo=0 pty,raw,link=/tmp/ttyS2x,echo=0 & +# socat -d -d pty,raw,link=/tmp/ttyS3,echo=0 pty,raw,link=/tmp/ttyS3x,echo=0 & -cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server & -guest-server \ No newline at end of file +cd /opt/pbot/applets/pbot-vm/guest/bin && ./guest-server & +cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server \ No newline at end of file