diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-12 08:27:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-12 08:27:31 +0200 |
commit | b7492293fb6a14cb4381ed23aa4978719db8b754 (patch) | |
tree | c72ce5e2790ffd4ff1f7cfed625aa4742f1eca54 /mirror | |
parent | 9cb4e60f4490f47669a75ce67be4bcd605c27813 (diff) |
Diffstat (limited to 'mirror')
-rwxr-xr-x | mirror | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ add) if [ -z "$2" ]; then echo "Missing mirror path" exit 1 fi - for fic in */{8,9,10,39,40,41}/*/*/mirror + for fic in */{8,9,10,40,41,42}/*/*/mirror do n=0 if grep -q "/archives/" $fic |