mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
fix(update_chroot): Remove an old debug echo
This commit is contained in:
parent
5fa0f93134
commit
28b2ffabec
@ -57,7 +57,6 @@ fi
|
|||||||
for update_script in ${SCRIPTS_DIR}/sdk_lib/updates/*.sh; do
|
for update_script in ${SCRIPTS_DIR}/sdk_lib/updates/*.sh; do
|
||||||
update_name="${update_script##*/}"
|
update_name="${update_script##*/}"
|
||||||
update_ver="${update_name%%_*}"
|
update_ver="${update_name%%_*}"
|
||||||
echo "$COREOS_VERSION_STRING" "$update_ver"
|
|
||||||
# Run newer updates but don't pass our current version
|
# Run newer updates but don't pass our current version
|
||||||
if ! cmp_ver le "$update_ver" "$COREOS_VERSION_STRING"; then
|
if ! cmp_ver le "$update_ver" "$COREOS_VERSION_STRING"; then
|
||||||
warn "Skipping update from the future: $update_name"
|
warn "Skipping update from the future: $update_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user