Browse Source

Fixed more autocompletion

bugfixes
gau1991 10 years ago
parent
commit
ec106cf642
  1. 2
      config/bash_completion.d/ee_auto.rc

2
config/bash_completion.d/ee_auto.rc

@ -79,7 +79,7 @@ _ee_complete()
;;
"upgrade" )
COMPREPLY=( $(compgen \
-W "--web --admin --mail --nginx --php --mysql --postfix --all --hhvm --php56 --no-prompt" \
-W "--web --mail --nginx --php --mysql --postfix --all --hhvm --php56 --no-prompt" \
-- $cur) )
;;
"start" | "stop" | "reload" | "restart" | "status")

Loading…
Cancel
Save