mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 01:30:22 -04:00
icinga2-pkifuncs: Update example path.
This commit is contained in:
parent
3a8177a291
commit
3e56467ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue