forked from zaclys/searxng
fix: Remove english shell dependency in manage.sh script
This commit is contained in:
parent
3f93fe04d8
commit
7b9c8f777b
1 changed files with 1 additions and 1 deletions
|
@ -270,6 +270,6 @@ Commands
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ "$(command -V "$ACTION" | grep ' function$')" = "" ] \
|
[ "$(sed -rn 's/^([^ ]+)\(\) \{$/\1/p' manage.sh | grep "$ACTION")" = "" ] \
|
||||||
&& help "action not found" \
|
&& help "action not found" \
|
||||||
|| "$ACTION" "$2"
|
|| "$ACTION" "$2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue