mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user