mirror of
https://github.com/pragma-/pbot.git
synced 2026-02-27 11:48:00 +01:00
How about now?
This commit is contained in:
parent
8d21a040f8
commit
d810f67bc5
@ -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
|
||||
cd /opt/pbot/applets/pbot-vm/guest/bin && ./guest-server &
|
||||
cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server
|
||||
Loading…
x
Reference in New Issue
Block a user