mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
8 lines
277 B
Bash
Executable File
8 lines
277 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#
|
|
# Set git safe.directory
|
|
git config --global --add safe.directory /var/www/html
|
|
git config --global --add safe.directory /var/www/html/3rdparty |