mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
cc1686dba9
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
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 |