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 02:28:20 +00:00
parent 28a4e65460
commit d36e8bca13

View File

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