fix: close lxc build function (#15343)

This commit is contained in:
Luna 2026-06-23 07:39:36 +02:00 committed by GitHub
parent f7dff0a642
commit e076322c0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5820,7 +5820,7 @@ create_lxc_container() {
;;
*) return 2 ;;
esac
;;
}
ARCH="$(dpkg --print-architecture)"