mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
virt-pki-validate: behave when CERTTOOL is missing
This commit is contained in:
parent
ec28eb29b7
commit
9b47915914
@ -14,7 +14,7 @@ PORT=16514
|
|||||||
# First get certtool
|
# First get certtool
|
||||||
#
|
#
|
||||||
CERTOOL=`which certtool 2>/dev/null`
|
CERTOOL=`which certtool 2>/dev/null`
|
||||||
if [ ! -x $CERTOOL ]
|
if [ ! -x "$CERTOOL" ]
|
||||||
then
|
then
|
||||||
echo "Could not locate the certtool program"
|
echo "Could not locate the certtool program"
|
||||||
echo "make sure the gnutls-utils (or gnutls-bin) package is installed"
|
echo "make sure the gnutls-utils (or gnutls-bin) package is installed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user