From b3b45380a2461c4d8fc12f40c8138e9ef2fd7e52 Mon Sep 17 00:00:00 2001 From: Djeex Date: Wed, 24 Sep 2025 12:06:52 +0200 Subject: [PATCH] Fixed script shell --- README.MD | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 86a002a..4818b2c 100644 --- a/README.MD +++ b/README.MD @@ -31,7 +31,7 @@ A lightweight Docker container that creates a UNIX socket proxy to TCP connectio 1. Clone the repository: ```bash -git clone +git clone https://git.djeex.fr/Djeex/socat-proxy cd socat-proxy ``` diff --git a/entrypoint.sh b/entrypoint.sh index e9322cc..05ac7c6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e # Set default values if not provided