Ert has been split into three repositories, libecl, libres, and ert, and now lives at Equinor's GitHub organization — https://github.com/equinor/libecl | https://github.com/equinor/libres | https://github.com/equinor/ert
Previously, the permissions on the dump logs where -rw-rw----, which made it difficult to assist in debugging. The permissions are after this PR set to be readable by others -rw-r--r--, but not writable by group.
Previously, the permissions on the dump logs where
-rw-rw----
, which made it difficult to assist in debugging. The permissions are after this PR set to be readable by others-rw-r--r--
, but not writable by group.