incus: fix check script

This commit is contained in:
Alexander Karelas 2024-08-02 20:46:25 +03:00 committed by classabbyamp
parent 9ab1405894
commit e1c62c972d
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
#!/bin/sh
exec 2>&1
exec incus config show >/dev/null
exec incus config show >/dev/null 2>&1

View File

@ -1,7 +1,7 @@
# Template file for 'incus'
pkgname=incus
version=6.3.0
revision=2
revision=3
build_style=go
build_helper=qemu
go_import_path=github.com/lxc/incus/v6