Hide find function-file
This commit is contained in:
parent
ed1191d8b0
commit
8912975202
1 changed files with 1 additions and 1 deletions
2
pms-cli
2
pms-cli
|
@ -67,7 +67,7 @@ while true; do
|
|||
shift
|
||||
done
|
||||
|
||||
if ! find "$ROOTPATH/functions" -iname "$COMMAND"; then
|
||||
if ! find "$ROOTPATH/functions" -iname "$COMMAND" &> /dev/null; then
|
||||
log e "$COMMAND is not a viable function!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue