1
0
Fork 0

man: Use ${i:PROFILE_DIR} in the example profile

Since commit cd4943bdbf, it is recommended to use ${i:PROFILE_DIR}
in paths to scripts, in order to make the paths absolute. It's not
required (yet) though.

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
Ondřej Lysoněk 2019-03-05 10:15:57 +01:00
parent 18118c2814
commit a484c644c5

View file

@ -70,7 +70,7 @@ net.core.wmem_default = 262144
# default action is merge.
[my_script]
type=script
script=profile.sh
script=${i:PROFILE_DIR}/profile.sh
.fi
.SH "SEE ALSO"