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

Commit 54b47c0f authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login page fix

parent 46198eb2
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -161,10 +161,11 @@ RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
# Selfhost theme
RUN curl -fsSL -o selfhost-theme-helper.tar.gz \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/selfhost-theme-helper/-/archive/${SELFHOST_THEME_VERSION}/selfhost-theme-helper-${SELFHOST_THEME_VERSION}.tar.gz" && \
    tar -xf selfhost-theme-helper.tar.gz -C /tmp/ && \
    mv /tmp/selfhost-theme-helper-${SELFHOST_THEME_VERSION}/ ${BASE_DIR}/custom_apps/selfhost-theme-helper && \
    chown -R www-data:www-data ${BASE_DIR}/themes/selfhost-theme-helper/ && \
    rm -rf selfhost-theme-helper-${SELFHOST_THEME_VERSION}.tar.gz
    tar -xf selfhost-theme-helper-${SELFHOST_THEME_VERSION}.tar.gz -C /tmp/ && \
    mv /tmp/selfhost-theme-helper-1.0.0/ ${BASE_DIR}/custom_apps/selfhost-theme-helper && \
    chown -R www-data:www-data ${BASE_DIR}/custom_apps/selfhost-theme-helper/ && \
    rm -f selfhost-theme-helper.tar.gz



# Set default class of hidden to settings-hint