diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 42f375ba1e..2c514c71b4 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -2356,7 +2356,7 @@ snapshots_create_latest_symlink() { return fi - elif [ ! -f "${_image}" ]; then + if [ ! -f "${_image}" ]; then return fi