From 479bad80cadd26778294138eb8edd30ec5ef29af Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Fri, 5 Dec 2014 09:43:56 -0600 Subject: [PATCH] Run updater in setup.sh --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) 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