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

Commit 9b670060 authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

Update custom_entrypoint.sh for comment

parent 7e4811a2
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@ rsync $rsync_options --include "/eelo/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR

/entrypoint.sh "$@"

# force eelo theme to be loaded
    whoami
# force eelo theme to be (re)loaded after an upgrade
    if [ "$(id -u)" = 0 ]; then
        su -p www-data -s /bin/sh -c "php /var/www/html/occ config:system:set theme --value eelo"
        su -p www-data -s /bin/sh -c "php /var/www/html/occ maintenance:theme:update"