Skip to content

Commit

Permalink
fix(cert-gen): Fix folder path host
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Bluhm <[email protected]>
  • Loading branch information
mbssrc committed Jan 23, 2025
1 parent a3aa677 commit 739a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/packages/givc-gen-certs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pkgs.writeShellScriptBin "givc-gen-certs" ''
${generatorHostName})
[[ -d "/etc/givc" ]] && rm -r "/etc/givc"
mkdir -p "/etc/givc"
cp -r "$path" "/etc/givc"
cp -r "$path"/* "/etc/givc"
;;
*)
image="''${STORAGE_DIR}/''${name}.img"
Expand Down

0 comments on commit 739a602

Please sign in to comment.