incus: fix check script
This commit is contained in:
parent
9ab1405894
commit
e1c62c972d
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec incus config show >/dev/null
|
||||
exec incus config show >/dev/null 2>&1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue