We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
hello,
in the main alignak.ini file directory macro are like that :
It should be like this to avoid doube slash after expansion :
Test on Ubuntu 18.04 up to date.
Regards,
The text was updated successfully, but these errors were encountered: