icinga2-pkifuncs: Update example path.

This commit is contained in:
Gunnar Beutner 2013-10-17 15:14:45 +02:00
parent 3a8177a291
commit 3e56467ee5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
function check_pki_dir {
if [ -z "$ICINGA_CA" ]; then
echo "Please set the ICINGA_CA environment variable to the path for your Icinga CA." >&2
echo "e.g.: export ICINGA_CA=\"/home/$(id -un)/icinga-ca\"" >&2
echo "e.g.: export ICINGA_CA=\"$HOME/icinga-ca\"" >&2
exit 1
fi