mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 08:02:06 +00:00
Don't let stderr fail the fwupdmgr-p2p test
This commit is contained in:
parent
f301aabd45
commit
fbac66b964
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
exec 2>&1
|
||||
|
||||
# only run as root, possibly only in CI
|
||||
if [ "$(id -u)" -ne 0 ]; then exit 0; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user