From b8a938c5dc8121f171a3be074d8922e396635a7c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:58:09 +0200 Subject: [PATCH] ff --- devspace.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devspace.sh b/devspace.sh index f7c69f2b..4f5d3278 100755 --- a/devspace.sh +++ b/devspace.sh @@ -26,7 +26,6 @@ docker pull --quiet ${IMAGE} docker run -it \ -v $PWD:/ansible-homeserver \ -w /ansible-homeserver ${IMAGE} \ - /bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash && source /usr/lib/git-core/git-sh-prompt " - # explizites sourc notwendig, Pfad kann mit "dpkg-query -L git | grep pro" gefunden werden + /bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash" # todo shellcheck