Loading custom_entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ if version_greater "$image_version" "$installed_version"; then else echo "Skipping rsync step as version not updated!" fi su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set profile.enabled --value=false" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set profile.enabled --value=false --type=boolean" /entrypoint.sh "$@" Loading
custom_entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ if version_greater "$image_version" "$installed_version"; then else echo "Skipping rsync step as version not updated!" fi su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set profile.enabled --value=false" su -p www-data -s /bin/sh -c "php $DST_DIR/occ config:system:set profile.enabled --value=false --type=boolean" /entrypoint.sh "$@"