mirror of https://github.com/Icinga/icinga2.git
icinga2-pkifuncs: Update example path.
This commit is contained in:
parent
3a8177a291
commit
3e56467ee5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue