From 67eab93bec10ffda11556897ec73438bb336de9d Mon Sep 17 00:00:00 2001 From: Draper <27962761+Drapersniper@users.noreply.github.com> Date: Sun, 3 Dec 2023 10:56:58 +0000 Subject: [PATCH] Fix build --- root/app/functions/update-redbot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/app/functions/update-redbot.sh b/root/app/functions/update-redbot.sh index 70f7dfd..bb29d36 100755 --- a/root/app/functions/update-redbot.sh +++ b/root/app/functions/update-redbot.sh @@ -14,8 +14,7 @@ if [ "${STORAGE_TYPE}" != "json" ]; then fi if [ -z "${PYLAV__DOCKER_DEV_SKIP_INSTALL:-}" ]; then - git git config --global --add safe.directory $PYLAV__DEV_LIB || true - git git config --global --add safe.directory $PYLAV__DEV_COG || true + git config --global --add safe.directory '*' python /app/functions/pylav_setup.py fi