This commit is contained in:
Michael H.G. Schmidt 2024-01-04 15:24:41 +01:00
parent 42b41ec9d3
commit 6dd29306a3

View File

@ -91,7 +91,7 @@ if EXIST %GITWORKDIR%\%gitrepo% (
if "%HOMEDRIVE%%HOMEPATH%" NEQ "%USERPROFILE%" (
echo copying users gitconfig for the domain drive ...
copy /Y %GITWORKDIR%\%gitrepo%\id*.* "%HOMEDRIVE%%HOMEPATH%"\.ssh 2>nul
copy /Y %GITWORKDIR%\%gitrepo%\id*.* "%HOMEDRIVE%%HOMEPATH%".ssh
)
)
@ -102,7 +102,7 @@ if EXIST %GITWORKDIR%\%gitrepo%\gitconfig (
if "%HOMEDRIVE%%HOMEPATH%" NEQ "%USERPROFILE%" (
echo copying users gitconfig for the domain drive ...
copy /Y %GITWORKDIR%\%gitrepo%\gitconfig "%HOMEDRIVE%%HOMEPATH%"\.gitconfig
copy /Y %GITWORKDIR%\%gitrepo%\gitconfig "%HOMEDRIVE%%HOMEPATH%".gitconfig
)
)