diff --git a/etc/bash_completion.d/ee b/etc/bash_completion.d/ee index 088bd0a4..5ab0b077 100644 --- a/etc/bash_completion.d/ee +++ b/etc/bash_completion.d/ee @@ -51,7 +51,7 @@ EEAUTO() ;; disable) - COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-enabled/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) ) + COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-enabled/ -type l -printf "%P " 2>/dev/null)' -- $CURRENT ) ) return 0 ;;