@ -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) )