From d4d021060cabcbb60f7012d8f3a674a03f9f4216 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 19:14:15 -0500 Subject: [PATCH] Adding TeamCity db. --- setup-volumes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-volumes.sh b/setup-volumes.sh index 16b6607..3b6ca54 100755 --- a/setup-volumes.sh +++ b/setup-volumes.sh @@ -8,7 +8,7 @@ else cd volumes echo "Created volumes folder." echo "Getting all code..." - git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-api.git - git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-home.git - git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-admin.git + git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-api.git + git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-home.git + git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-admin.git fi -- 2.43.0