From 6142ba89484dc4207c6d41ac081e3e0aea09f6cc Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:56:10 +0200 Subject: [PATCH] ff --- devspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspace.sh b/devspace.sh index cf3532fb..f7c69f2b 100755 --- a/devspace.sh +++ b/devspace.sh @@ -26,7 +26,7 @@ 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 && source /usr/lib/git-core/git-sh-prompt && /bin/bash" + /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 # todo shellcheck