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:
parent
064d7c449a
commit
41baed2234
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user