[sops] fix typo

This commit is contained in:
2025-03-04 18:17:43 +01:00
parent 0058c90c34
commit b94849b2f8

View File

@@ -46,7 +46,7 @@ echo "$diskKey" > /tmp/secret.key
sops -d "$pwpath/$hostkey" > "$temp/etc/ssh/$hostname"
sopd -d "$pwpath/$initrdkey" > "$temp/etc/ssh/initrd"
sops -d "$pwpath/$initrdkey" > "$temp/etc/ssh/initrd"
# # Set the correct permissions so sshd will accept the key
chmod 600 "$temp/etc/ssh/$hostname"