mirror of
https://github.com/searxng/searxng.git
synced 2024-11-12 05:01:29 +00:00
[fix] manage.sh return with actions exit status
This commit is contained in:
parent
1d5afa4ccc
commit
dbf4f83231
1 changed files with 3 additions and 3 deletions
|
@ -90,6 +90,6 @@ Commands
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ "$(command -V "$ACTION" | grep ' function$')" != "" ] \
|
[ "$(command -V "$ACTION" | grep ' function$')" = "" ] \
|
||||||
&& $ACTION \
|
&& help "action not found" \
|
||||||
|| help "action not found"
|
|| $ACTION
|
||||||
|
|
Loading…
Reference in a new issue