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

Commit 53880c21 authored by Akhil's avatar Akhil 🙂
Browse files

Added sed for public page signup link

parent c37a329b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
    rm -rf eCloud-theme.tar.gz ${BASE_DIR}/themes/example/

# Replace "Get your own free account" NC link with /e/ Account link in public pages
RUN sed -i 's/https:\/\/nextcloud.com\/signup\//https:\/\/e.foundation\/e-email-invite\//' ${BASE_DIR}/core/templates/layout.public.php 
RUN sed -i 's/https:\/\/nextcloud.com\/signup\//https:\/\/e\.foundation\/<?php p(\$_\[\x27language\x27\]); ?>\/e-email-invite\//' ${BASE_DIR}/core/templates/layout.public.php 

ENTRYPOINT ["/custom_entrypoint.sh"]
CMD ["php-fpm"]