Index: trunk/extensions/TrustedXFF/update |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | 4 | cd `dirname $0` |
5 | | -php generate.php aawiki ../../cache/trusted-xff.cdb |
| 5 | +mwscript extensions/TrustedXFF/generate.php aawiki ../../cache/trusted-xff.cdb |
6 | 6 | bzip2 -kf ../../cache/trusted-xff.cdb |
7 | 7 | if [ -x /home/wikipedia/bin/sync-common-file ]; then |
8 | 8 | sync-common-file wmf-deployment/cache/trusted-xff.cdb |