Skip to content

Use the new package names in the permission fix

If somebody is upgrading straight from 7.2.0 or 7.2.1 we still need to fix their directory permissions. :( With this change, we check for the new package names ('gitlab-ce' or 'gitlab-ee'), instead of the old 'gitlab', and we make sure to suppress "package 'gitlab' is not installed" errors from dpkg-query.

Merge request reports