Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicated slash after macro expansion of the main configuration file alignak.ini #1116

Open
Dual-Boot opened this issue Aug 9, 2019 · 1 comment

Comments

@Dual-Boot
Copy link

hello,

in the main alignak.ini file directory macro are like that :

_dist=/usr/local/
_dist_BIN=%(_dist)s/bin
_dist_ETC=%(_dist)s/share/alignak/etc
_dist_VAR=%(_dist)s/var/lib/alignak
_dist_RUN=%(_dist)s/var/run/alignak
_dist_LOG=%(_dist)s/var/log/alignak

It should be like this to avoid doube slash after expansion :

_dist=/usr/local/
_dist_BIN=%(_dist)sbin
_dist_ETC=%(_dist)sshare/alignak/etc
_dist_VAR=%(_dist)svar/lib/alignak
_dist_RUN=%(_dist)svar/run/alignak
_dist_LOG=%(_dist)svar/log/alignak

Test on Ubuntu 18.04 up to date.

Regards,

@mohierf
Copy link
Contributor

mohierf commented Aug 11, 2019

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants