1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2026-02-04 04:22:43 +03:00
This commit is contained in:
Jake Buchholz Göktürk 2025-12-07 07:35:34 -08:00
parent 064d7c449a
commit 41baed2234

View File

@ -46,7 +46,7 @@ init__set_ssh_keys() {
rm -rf "$tmp_dir"
if [ -z "$found" ]; then
log -i -t "$phase" warning "$ACTION: no SSH keys installed"
elif [ "$found" != 2]; then
elif [ "$found" != 2 ]; then
log -i -t "$phase" warning "$ACTION: no SSH keys found for $CLOUD_USER"
fi
}