1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2026-02-04 04:22:43 +03:00

Edit init

This commit is contained in:
Jake Buchholz Göktürk 2025-12-28 01:18:59 +00:00
parent 10cdf9be39
commit 84f48cfbe6

View File

@ -14,6 +14,7 @@ init__set_ssh_keys() {
local pwent
local group
local tmp_file
imds @ssh-keys +n >&2
imds @ssh-keys | while IFS= read -r userkey; do
user=$(echo "$userkey" | cut -d: -f1)
key=$(echo "$userkey" | cut -d: -f2-)