cert-enroll: Fixed typo
This typo prevented the cert-enroll script from successfully signalling a detected change of the sub CA certificate.
This commit is contained in:
@@ -160,7 +160,7 @@ function check_ca_certs()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
SUBCA_CHANGED=0
|
SUBCA_CHANGED=0
|
||||||
cmp -s $SUBCA new/$SUBCA || SUBCA_CHANGE=$?
|
cmp -s $SUBCA new/$SUBCA || SUBCA_CHANGED=$?
|
||||||
if [ $SUBCA_CHANGED -ne 0 ]
|
if [ $SUBCA_CHANGED -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "Warning: '$SUBCA' has changed"
|
echo "Warning: '$SUBCA' has changed"
|
||||||
|
|||||||
Reference in New Issue
Block a user