Skip to content

Commit

Permalink
[ADP-3388] Fix permissions for configuration files (#4691)
Browse files Browse the repository at this point in the history
This pull request fixes the configuration files in the release
artifacts:

* Fix file permissions
* Remove weird symbolic self-link

### Issue Number

ADP-3388
  • Loading branch information
HeinrichApfelmus authored Jul 19, 2024
2 parents 930818b + e721f35 commit 258d222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/cardano/preprod/configs

This file was deleted.

2 changes: 2 additions & 0 deletions nix/release-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ pkgs.stdenv.mkDerivation {
# Add configuration files
mkdir -p $name/configs
cp --recursive ${nodeConfigs}/cardano/* $name/configs
chmod -R +w $name
'' + lib.optionalString (isLinux || isMacOS) ''
mkdir -p $name/auto-completion/{bash,zsh,fish}
cp ${exe}/share/bash-completion/completions/* $name/auto-completion/bash/$exeName.sh
Expand Down

0 comments on commit 258d222

Please sign in to comment.