diff --git a/config/bash_completion.d/ee b/config/bash_completion.d/ee index d21b1907..52cec1cb 100644 --- a/config/bash_completion.d/ee +++ b/config/bash_completion.d/ee @@ -61,7 +61,7 @@ function EE_AUTO() return 0 ;; - --nginx|--rewrite|--php|--fpm|--mysql) + --nginx|--rewrite|--php|--fpm) COMPREPLY=( $(compgen -W '$(command cd /usr/local/lib/easyengine/modules/debug/; find -type f | grep debug | cut -d'_' -f4 | cut -d '.' -f1 | sed 's/^/--/g' 2> /dev/null)' -- $CURRENT) ) return 0 ;;