We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df29a66 commit 6714197Copy full SHA for 6714197
scripts/start-gitlab.sh
@@ -9,9 +9,9 @@ if test -n "${GITLAB_LICENSE_FILE}"; then
9
_license_dir=${GITLAB_LICENSE_DIR:-.license}
10
_license_file=${GITLAB_LICENSE_FILE:-JulienPivotto.gitlab-license}
11
12
- if ! test -f "${_license_dir}/${_license_file}"
+ if ! test -r "${_license_dir}/${_license_file}"
13
then
14
- echo "No license"
+ echo "No license at ${_license_dir}/${_license_file}"
15
exit 1
16
fi
17
_gitlab_image=gitlab/gitlab-ee
0 commit comments