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
808f7be000
commit
318799b0aa
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
echo 'simpsh-httpd Copyright (C) 2018 niansa
|
echo 'simpsh-httpd Copyright (C) 2018 niansa
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details read "'"$(pwd)/LICENSE.md"'".
|
This program comes with ABSOLUTELY NO WARRANTY; for details read "'"$(pwd)/LICENSE.md"'".
|
||||||
This is free software, and you are welcome to redistribute it under certain conditions; read "'"$(pwd)/LICENSE.md"'" for details.
|
This is free software, and you are welcome to redistribute it under certain conditions; read "'"$(pwd)/LICENSE.md"'" for details.
|
||||||
'
|
'
|
||||||
|
|
||||||
. ./config.sh
|
. $DIR/config.sh
|
||||||
echo "Listening at Port $PORT"
|
echo "Listening at Port $PORT"
|
||||||
if [ "$1" = "-d" -o "$1" = "--daemon" ]; then
|
if [ "$1" = "-d" -o "$1" = "--daemon" ]; then
|
||||||
setsid socat TCP-LISTEN:$PORT,reuseaddr,fork SYSTEM:"./main.sh" > /dev/null 2>&1 &
|
setsid socat TCP-LISTEN:$PORT,reuseaddr,fork SYSTEM:"./main.sh" > /dev/null 2>&1 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue