From 4a6e2799f09e946094b41c1bfb1920fb3fd3b0ed Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Tue, 30 Aug 2022 12:14:24 +0200 Subject: [PATCH] Fixing endofline issue of windows --- docker/PYROS_DOCKER_START.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/PYROS_DOCKER_START.sh b/docker/PYROS_DOCKER_START.sh index 0745c73..44bbaaa 100755 --- a/docker/PYROS_DOCKER_START.sh +++ b/docker/PYROS_DOCKER_START.sh @@ -1,4 +1,4 @@ export CURRENT_UID=$(id -u) export COMPUTER_HOSTNAME=$HOSTNAME docker-compose down --remove-orphans -docker-compose up -d +docker-compose up -d \ No newline at end of file -- libgit2 0.21.2