Loading custom_entrypoint.sh +5 −0 Original line number Diff line number Diff line Loading @@ -19,4 +19,9 @@ rsync $rsync_options --include "/ecloud_drop_account" --exclude '/*' $SRC_DIR/cu rsync $rsync_options --include "/eelo/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/ /entrypoint.sh "$@" # force eelo theme to be loaded 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" echo "NC exits" Loading
custom_entrypoint.sh +5 −0 Original line number Diff line number Diff line Loading @@ -19,4 +19,9 @@ rsync $rsync_options --include "/ecloud_drop_account" --exclude '/*' $SRC_DIR/cu rsync $rsync_options --include "/eelo/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/ /entrypoint.sh "$@" # force eelo theme to be loaded 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" echo "NC exits"