1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-26 23:46:44 +08:00

path fixtures

This commit is contained in:
Nick
2017-11-29 10:25:15 +01:00
parent f10adbe773
commit dc793fc13d
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ SOCAT_BIN=socat
SOCAT_ARGS="-d -d pty,raw,echo=0,link=/tmp/pts0 pty,raw,echo=0,link=/tmp/pts1"
SOCAT_PID_FILE=/tmp/socat.pid
. ./subprocess_helper.sh
CURRENT_DIR="$(dirname "$(realpath "$0")")"
. $CURRENT_DIR/subprocess_helper.sh
check_preconditions() {
# check if socat is installed