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