Browse Source

minor fix

bugfixes
harshadyeola 10 years ago
parent
commit
a87cdf7647
  1. 2
      config/bash_completion.d/ee_auto.rc

2
config/bash_completion.d/ee_auto.rc

@ -74,7 +74,7 @@ _ee_complete()
# HANDLE EVERYTHING AFTER THE THIRD LEVEL NAMESPACE
"install" | "purge" | "remove" )
COMPREPLY=( $(compgen \
-W "--web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --memcache --dovecot" \
-W "--web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --memcache --dovecot --all" \
-- $cur) )
;;
"start" | "stop" | "reload" | "restart" | "status")

Loading…
Cancel
Save