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

Commit 40bd7685 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

extra line removed

parent 0e4ecfb8
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -130,8 +130,7 @@ RUN rm -rf ${BASE_DIR}/themes/Murena && \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \
    tar -xf Murena-theme.tar.gz -C /tmp/ && \
    mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \
    chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ && \
    rm -rf Murena-theme.tar.gz ${BASE_DIR}/themes/example/
    chown -R www-data:www-data ${BASE_DIR}/themes/Murena/

# User Backend
RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
@@ -217,5 +216,3 @@ RUN rm -rf ${BASE_DIR}/themes/eCloud && \
# Seds to fix displayname save regression
RUN sed -i "s/'email' ||/'email'/" ${BASE_DIR}/apps/settings/js/federationsettingsview.js
RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federationsettingsview.js
 No newline at end of file