1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update start-socat.sh

This commit is contained in:
Stev 2017-08-25 16:09:25 +02:00 committed by GitHub
parent 608d35f56f
commit c91418a7ed

View file

@ -1,5 +1,6 @@
#! /bin/bash
. ./config.sh
socat TCP-LISTEN:$PORT,reuseaddr,fork SYSTEM:"./main.sh" || exit 1
echo "Listening at Port: $PORT"
socat TCP-LISTEN:$PORT,reuseaddr,fork SYSTEM:"./main.sh" || exit 1