CHips L MINI SHELL

CHips L pro

Current Path : /proc/3/task/3/cwd/usr/lib64/p11-kit/
Upload File :
Current File : //proc/3/task/3/cwd/usr/lib64/p11-kit/p11-kit-extract-trust

#!/bin/sh

set -e

if [ $# -ne 0 ]; then
	echo "usage: p11-kit extract-trust" >&2
	exit 2
fi

if test "$UID" != "0"; then
	echo "p11-kit: the 'extract-trust' command must be run as root" >&2
	exit 2
fi

if test $# -gt 1; then
	echo "p11-kit: no additional arguments are supported for this command" >&2
	exit 2
fi

exec /usr/bin/update-ca-trust

Copyright 2K16 - 2K18 Indonesian Hacker Rulez