fix gitpath

This commit is contained in:
Oliver
2025-10-19 06:11:08 -03:00
parent 1808864021
commit b3e7909c90
6 changed files with 15 additions and 5 deletions

View File

@@ -63,6 +63,10 @@ echo "[DEBUG] Final Traefik label: $DOMAIN_LABEL"
doas find "$BASEURL" -type d -exec chmod 777 {} \;
PORT=$((CONTAINERDBID + 2200))
echo "PORT $PORT"
mkdir -p ${ETC_DIR}
echo "GITPATH ${ETC_DIR}gitpath"
touch ${ETC_DIR}gitpath
echo "git clone \"ssh://git@${UUID}.odoo4projects.com:${PORT}/git-server/repos/odoo.git\"" > "${ETC_DIR}/gitpath"