copy gitlab_yml correcly
This commit is contained in:
parent
57f3d06e39
commit
43da0d9f91
1 changed files with 2 additions and 0 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -138,6 +138,8 @@ EOF
|
||||||
gl_proto="http"
|
gl_proto="http"
|
||||||
|
|
||||||
# Copy example configurations
|
# Copy example configurations
|
||||||
|
test -f ${gitlab_yml_private} || \
|
||||||
|
cp ${gitlab_yml_example} ${gitlab_yml_private}
|
||||||
test -f ${gitlab_shell_config_private} || \
|
test -f ${gitlab_shell_config_private} || \
|
||||||
cp ${gitlab_shell_config_example} ${gitlab_shell_config_private}
|
cp ${gitlab_shell_config_example} ${gitlab_shell_config_private}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue