fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-09-14 00:31:04 +00:00
committed by github-actions[bot]
parent 88c75181e3
commit 17aad2586c
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ if ! git rev-parse --git-dir > /dev/null 2>&1; then
fi fi
# If this is a shallow clone, fetch enough history to compute merge bases # If this is a shallow clone, fetch enough history to compute merge bases
if git rev-parse --is-shallow-repository >/dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then if git rev-parse --is-shallow-repository > /dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then
echo "🔄 Repository is shallow; fetching full history to enable merging…" echo "🔄 Repository is shallow; fetching full history to enable merging…"
git fetch --unshallow || git fetch --deepen=100000 git fetch --unshallow || git fetch --deepen=100000
fi fi

0
emby_beta/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
guacamole/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
nextcloud/rootfs/etc/services.d/cron/run Normal file → Executable file
View File