diff --git a/setup.sh b/setup.sh index 6c0b1a6..a7f5a86 100644 --- a/setup.sh +++ b/setup.sh @@ -13,3 +13,7 @@ if [[ ! -h /app/images ]]; then rm -rf /app/images ln -s /var/lib/mediawiki/images /app/images fi + +# Run updater +cd /app/maintenance +php update.php