Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ ARG THEME_HELPER_VERSION="1.0.2" ARG NEWS_VERSION="17.0.1" ARG QUOTA_WARN_VERSION="1.13.0" ARG NOTES_VERSION="4.2.0" ARG CONTACTS_VERSION="4.0.6" ARG CALENDAR_VERSION="3.0.1" ARG CONTACTS_VERSION="4.0.7" ARG CALENDAR_VERSION="3.0.3" ARG USER_BACKEND_RAW_SQL_VERSION="1.1.1" ARG EMAIL_RECOVERY_JOB_ID="199763" ARG RAINLOOP_VERSION="7.1.2" Loading custom_entrypoint.sh +5 −1 Original line number Diff line number Diff line Loading @@ -40,12 +40,16 @@ if [ "$(id -u)" = 0 ]; then su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:disable apporder" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-launcher" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-theme-helper" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-accounts" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:disable ecloud_drop_account" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set integrity.check.disabled --value='true' --type=boolean" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set theme --value='eCloud'" else sh -c "php $DST_DIR/occ app:disable apporder" sh -c "php $DST_DIR/occ app:enable ecloud-launcher" sh -c "php $DST_DIR/occ app:disable ecloud-theme-helper" sh -c "php $DST_DIR/occ app:enable ecloud-theme-helper" sh -c "php $DST_DIR/occ app:enable ecloud-accounts" sh -c "php $DST_DIR/occ app:disable ecloud_drop_account" sh -c "php $DST_DIR/occ config:system:set integrity.check.disabled --value='true' --type=boolean" sh -c "php $DST_DIR/occ config:system:set theme --value='eCloud'" fi Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ ARG THEME_HELPER_VERSION="1.0.2" ARG NEWS_VERSION="17.0.1" ARG QUOTA_WARN_VERSION="1.13.0" ARG NOTES_VERSION="4.2.0" ARG CONTACTS_VERSION="4.0.6" ARG CALENDAR_VERSION="3.0.1" ARG CONTACTS_VERSION="4.0.7" ARG CALENDAR_VERSION="3.0.3" ARG USER_BACKEND_RAW_SQL_VERSION="1.1.1" ARG EMAIL_RECOVERY_JOB_ID="199763" ARG RAINLOOP_VERSION="7.1.2" Loading
custom_entrypoint.sh +5 −1 Original line number Diff line number Diff line Loading @@ -40,12 +40,16 @@ if [ "$(id -u)" = 0 ]; then su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:disable apporder" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-launcher" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-theme-helper" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-accounts" su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:disable ecloud_drop_account" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set integrity.check.disabled --value='true' --type=boolean" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set theme --value='eCloud'" else sh -c "php $DST_DIR/occ app:disable apporder" sh -c "php $DST_DIR/occ app:enable ecloud-launcher" sh -c "php $DST_DIR/occ app:disable ecloud-theme-helper" sh -c "php $DST_DIR/occ app:enable ecloud-theme-helper" sh -c "php $DST_DIR/occ app:enable ecloud-accounts" sh -c "php $DST_DIR/occ app:disable ecloud_drop_account" sh -c "php $DST_DIR/occ config:system:set integrity.check.disabled --value='true' --type=boolean" sh -c "php $DST_DIR/occ config:system:set theme --value='eCloud'" fi Loading