diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-06 14:41:18 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-07 12:11:06 -0300 |
commit | 459024de9e36aea0813aa01a570b68db7e9c1a26 (patch) | |
tree | ac54c343fb057219aaad7b128cfe0adc9a1125ff /changes | |
parent | d3519a062ea6924fa6b6b5cb4d804b5a39eb249f (diff) |
[bug] consider STANDALONE for the paths
Since we need to write a file we have to consider whether we are
running in 'standalone' mode or not to use the right path prefix.
- Related: #7512
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-7512_use-right-config-path | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7512_use-right-config-path b/changes/bug-7512_use-right-config-path new file mode 100644 index 0000000..b472431 --- /dev/null +++ b/changes/bug-7512_use-right-config-path @@ -0,0 +1 @@ +- Consider standalone flag when saving events certificates. Related #7512. |