mirror of
https://github.com/searxng/searxng.git
synced 2025-01-11 02:45:31 +00:00
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" \
|
||||
|| "$ACTION" "$2"
|
||||
|
|
Loading…
Reference in a new issue