Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ccbe9b5 authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

update contact app to latest 4.0.1 and force eelo thme not to be reseted by nc...

update contact app to latest 4.0.1 and force eelo thme not to be reseted by nc internal upgrade process
parent 9f0c6cc6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ ARG THEME_VERSION="20.0.11"
ARG NEWS_VERSION="16.0.0"
ARG QUOTA_WARN_VERSION="1.9.1"
ARG NOTES_VERSION="4.1.0"
ARG CONTACTS_VERSION="4.0.0"
ARG CONTACTS_VERSION="4.0.1"
ARG CALENDAR_VERSION="2.3.1"
ARG USER_BACKEND_RAW_SQL_VERSION="1.1.0"
ARG EMAIL_RECOVERY_JOB_ID="162557"
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ rsync $rsync_options --include "/ecloud_drop_account" --exclude '/*' $SRC_DIR/cu

rsync $rsync_options --include "/eelo/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/

# force eelo theme not to be disabled even when there is an upgrade process launched
sed -i "s/\$systemConfig->setValue('theme', '');/\$systemConfig->setValue('theme', 'eelo');/g" $DST_DIR/lib/base.php

/entrypoint.sh "$@"

# force eelo theme to be (re)loaded after an upgrade