Loading custom_entrypoint.sh +1 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
custom_entrypoint.sh +1 −2 Original line number Diff line number Diff line Loading @@ -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" Loading