mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2026-02-04 12:32:45 +03:00
...
This commit is contained in:
parent
064d7c449a
commit
41baed2234
@ -46,7 +46,7 @@ init__set_ssh_keys() {
|
|||||||
rm -rf "$tmp_dir"
|
rm -rf "$tmp_dir"
|
||||||
if [ -z "$found" ]; then
|
if [ -z "$found" ]; then
|
||||||
log -i -t "$phase" warning "$ACTION: no SSH keys installed"
|
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"
|
log -i -t "$phase" warning "$ACTION: no SSH keys found for $CLOUD_USER"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user