You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

postStart.sh 277B

12345678
  1. #!/bin/bash
  2. #
  3. # SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  4. # SPDX-License-Identifier: AGPL-3.0-or-later
  5. #
  6. # Set git safe.directory
  7. git config --global --add safe.directory /var/www/html
  8. git config --global --add safe.directory /var/www/html/3rdparty