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