0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 05:38:57 +03:00

gitlab-shell: rename bin/{install, check} to gitlab-shell-{install, check}

This commit is contained in:
Pogobanane 2024-08-03 12:38:15 +02:00 committed by Yaya
parent a90c76c66f
commit 8ccab48f1c
2 changed files with 3 additions and 1 deletions

View file

@ -1338,7 +1338,7 @@ in {
ln -sf ${cableYml} ${cfg.statePath}/config/cable.yml
ln -sf ${resqueYml} ${cfg.statePath}/config/resque.yml
${cfg.packages.gitlab-shell}/bin/install
${cfg.packages.gitlab-shell}/bin/gitlab-shell-install
${optionalString cfg.smtp.enable ''
install -m u=rw ${smtpSettings} ${cfg.statePath}/config/initializers/smtp_settings.rb