Just to be sure nothing will be displayed...
This commit is contained in:
parent
30c0c572ef
commit
946834a57b
@ -9659,7 +9659,8 @@ _apache2ctl() {
|
||||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
|
||||
APWORDS=$(apache2ctl 2>&1 | head -n1 | cut -f3 -d" " | tr "|" " ")
|
||||
APWORDS=$(apache2ctl 2>&1 >/dev/null | head -n1 | cut -f3 -d" " |\
|
||||
tr "|" " ")
|
||||
|
||||
COMPREPLY=( $( compgen -W "$APWORDS" -- "$cur" ) )
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user