diff options
Diffstat (limited to 'scripts/sh/deploy_syscid_ca.sh')
| -rwxr-xr-x | scripts/sh/deploy_syscid_ca.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/sh/deploy_syscid_ca.sh b/scripts/sh/deploy_syscid_ca.sh index 0a577ad..dd81d7f 100755 --- a/scripts/sh/deploy_syscid_ca.sh +++ b/scripts/sh/deploy_syscid_ca.sh @@ -25,7 +25,7 @@ elif [ "${DISTRIB}" = '"Arch Linux"' ]; then  	FP_CRT=$(/usr/bin/openssl x509 -fingerprint -sha512 -noout -in $CRT)  	if [ "$FP_CRT" = "$FP_TRUST" ]; then  		echo "OK, installing..." -		/usr/bin/trust --store $CRT +		/usr/bin/trust anchor --store $CRT  		rm $CRT  		echo "OK"  	else | 
