You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For LSB-path installations, the bash completion-scripts use /opt/intelmq/etc and /opt/intelmq/var/log instead /etc/intelmq und /var/log/intelmq
Idea: Instead of using the fixed path, use same logic as in __init__.py and check if the directories exist. If this is ambiguous, use intelmqctl debug to get the path (but that needs more time)
The text was updated successfully, but these errors were encountered:
This fixes bash completion for LSB setups for now. Anything more
sophisticated might be better when there is a long term plan for
configuration file handling
Closes#1561
For LSB-path installations, the bash completion-scripts use /opt/intelmq/etc and /opt/intelmq/var/log instead /etc/intelmq und /var/log/intelmq
Idea: Instead of using the fixed path, use same logic as in
__init__.py
and check if the directories exist. If this is ambiguous, useintelmqctl debug
to get the path (but that needs more time)The text was updated successfully, but these errors were encountered: