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

Commit 00ac2d37 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix error

parent f27f2213
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
    rm user_backend_sql_raw.tar.gz;

# Selfhost theme
RUN if [ "${IS_SELFHOST}" = "true" ]; then \
RUN if $IS_SELFHOST; then \
        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/ && \