mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +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
|
||||
local keys=$(curl --fail -s "$url" | sed -re 's/^\w*://')
|
||||
if [[ -n "$keys" ]]; then
|
||||
echo "$keys"
|
||||
update-ssh-keys -a "gce-$id" <<<"$keys"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user