mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
fix(coreos-base/oem-gce): Drop debug echo
This commit is contained in:
parent
4032ba5ede
commit
1c726ce019
@ -11,7 +11,6 @@ update_keys() {
|
|||||||
# The key may have a username: prerix which must be stripped
|
# The key may have a username: prerix which must be stripped
|
||||||
local keys=$(curl --fail -s "$url" | sed -re 's/^\w*://')
|
local keys=$(curl --fail -s "$url" | sed -re 's/^\w*://')
|
||||||
if [[ -n "$keys" ]]; then
|
if [[ -n "$keys" ]]; then
|
||||||
echo "$keys"
|
|
||||||
update-ssh-keys -a "gce-$id" <<<"$keys"
|
update-ssh-keys -a "gce-$id" <<<"$keys"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user