From 2defa58b0780d112bd4b81c86ea6ef23407ac8a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Apr 2019 12:10:06 +0200 Subject: Libreoffice install script, service and settings --- install/ishtar-prepare-instance | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ishtar-prepare-instance') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index 4ce36fae9..8676a4c80 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -313,6 +313,10 @@ EOF echo "USE_BACKGROUND_TASK = True" >> "$INSTANCE/local_settings.py" fi + if [ -v USE_LIBREOFFICE ]; then + echo "USE_LIBREOFFICE = True" >> "$INSTANCE/local_settings.py" + fi + if [ -f $CONFIG_PATH"extra_settings.py" ]; then rm -f "$INSTANCE/extra_settings.py" ln -s $CONFIG_PATH"extra_settings.py" "$DEST/$INSTANCE/extra_settings.py" -- cgit v1.2.3