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:
parent
608d35f56f
commit
c91418a7ed
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue