8 lines
200 B
Bash
8 lines
200 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
echo updateEntityCollation
|
||
|
echo
|
||
|
|
||
|
/usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/updateEntityCollation.php
|
||
|
echo updateEntityCollation finished
|