Setting the cloned bare repository to safe.directory.

This commit is contained in:
James Downie 2024-06-29 20:15:47 +10:00
parent 3c769f1ece
commit 9b3cfce766

View File

@ -117,6 +117,8 @@ ensure_oo_is_downloaded () {
echo "Downloading OnlyOffice..."
git clone --bare https://github.com/cryptpad/onlyoffice-builds.git "$BUILDS_DIR"
fi
git config --global --add safe.directory /cryptpad/onlyoffice-conf/onlyoffice-builds.git
}
install_version () {