Browse Source

Minor fix of if statements

old-stable
Mitesh Shah 12 years ago
parent
commit
84e68390fb
  1. 2
      etc/bash_completion.d/ee

2
etc/bash_completion.d/ee

@ -45,7 +45,7 @@ EEAUTO()
return 0
;;
show|info|enable|db)
show|info|enable|db|files|all)
COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-available/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) )
return 0
;;

Loading…
Cancel
Save