From 44bb4915f86e9036323ee325920f94d99f0a3de8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Jan 2020 17:33:50 +0100 Subject: Fix compile messages on prepare instance --- install/ishtar-prepare-instance | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'install') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index 05da0f4db..fc6484038 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -354,11 +354,7 @@ EOF # only language available LOCALE=fr cecho y " * compile translations" - for d in archaeological_* ishtar_common; do - cd $d - $PYTHON ../$INSTANCE/manage.py compilemessages -l $LOCALE - cd - - done + $PYTHON $INSTANCE/manage.py compilemessages -l $LOCALE ### DB feeding cd $INSTANCE -- cgit v1.2.3