Commit 8ccc5e8a926ce210447ed10a281c984b3015e3b0
1 parent
432bcc4b
Exists in
master
and in
17 other branches
Add a warning to the post-install message
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
package-scripts/gitlab/postinst
... | ... | @@ -21,5 +21,8 @@ echo "Thank you for installing GitLab!" |
21 | 21 | echo "You can configure GitLab for your system by running the following command:" |
22 | 22 | echo |
23 | 23 | echo "sudo gitlab-ctl reconfigure" |
24 | +echo | |
25 | +echo WARNING: this is an unstable release. This installer should not be used in production. | |
26 | +echo | |
24 | 27 | |
25 | 28 | exit 0 | ... | ... |