Skip to content

Commit

Permalink
Merge branch 'dev' into dev-opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz authored Jul 13, 2023
2 parents c7bb541 + 46aeec8 commit 3ecb194
Show file tree
Hide file tree
Showing 1,329 changed files with 432,606 additions and 516,421 deletions.
4 changes: 2 additions & 2 deletions .bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# This file will be automatically found and used for the 'otrs' user if you have the
# 'bash-completion' package installed. Otherwise you can source it in your ~/.bashrc like this:
#
# source /opt/otrs/.bash_completion
# source /opt/znuny/.bash_completion

# Get path to current file, follow symlinks
THIS_FILE=$BASH_SOURCE
Expand All @@ -33,4 +33,4 @@ fi
COMP_WORDBREAKS=${COMP_WORDBREAKS//:/}

# Configure bash completion
complete -C "$(dirname $THIS_FILE)/bin/otrs.Console.pl" otrs.Console.pl
complete -C "$(dirname $THIS_FILE)/bin/znuny.Console.pl" znuny.Console.pl
Loading

0 comments on commit 3ecb194

Please sign in to comment.