mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
8 lines
No EOL
277 B
Bash
Executable file
8 lines
No EOL
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 |