aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/postStart.sh
blob: bfb35e7e9f33266e9de84f883ac3fbe0f68e8ca1 (plain)
1
2
3
4
5
6
7
8
#!/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