used helper function instead of 'command'
parent
80d2d18b7f
commit
652736c5a6
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
if command -v wpscan > /dev/null; then
|
||||
if _command_exists wpscan; then
|
||||
|
||||
_wpscan_completions() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue