Skip to content

Commit

Permalink
incus: fix check script
Browse files Browse the repository at this point in the history
  • Loading branch information
akarelas authored and classabbyamp committed Aug 2, 2024
1 parent 9ab1405 commit e1c62c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions srcpkgs/incus/files/incus-user/check
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh
exec 2>&1
exec incus config show >/dev/null
exec incus config show >/dev/null 2>&1
2 changes: 1 addition & 1 deletion srcpkgs/incus/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1c62c9

Please sign in to comment.