From c9e73654beafd3ada62dcebd5b0d3b07724ca004 Mon Sep 17 00:00:00 2001 From: niansa Date: Sat, 6 Jan 2018 16:14:49 +0100 Subject: [PATCH] Update start-socat.sh --- start-socat.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/start-socat.sh b/start-socat.sh index 76ee285..cb48c5e 100644 --- a/start-socat.sh +++ b/start-socat.sh @@ -5,11 +5,6 @@ This program comes with ABSOLUTELY NO WARRANTY; for details read "'"$(pwd)/LICEN This is free software, and you are welcome to redistribute it under certain conditions; read "'"$(pwd)/LICENSE"'" for details. ' -if [ -f ./config.sh ]; then - echo "Configuration file missing!!!" - exit 1 -fi - . ./config.sh echo "Listening at Port $PORT" if [ "$1" = "-d" -o "$1" = "--daemon" ]; then