Add exception for git pull

Make the bat-extras folder safe to pull when root doesn't own it

That way we can automate pulling the latest updates on restart
This commit is contained in:
Some Watson 2025-11-30 21:22:15 +00:00
parent 190ffd387b
commit 759dee2951

View File

@ -45,6 +45,7 @@ fi
if [ -d /config/.bat-extras ]; then
echo 'Bat-extras already cloned, updating'
git config --global --add safe.directory /config/.bat-extras
git -C /config/.bat-extras pull
else
echo 'Cloning bat-extras repo'