git: 33fb6bd864f5 - main - www/pydio-cells: Fix typo in RC script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 11:15:52 UTC
The branch main has been updated by skozlov:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33fb6bd864f5f7b24a56fea47024830f3e6079f6
commit 33fb6bd864f5f7b24a56fea47024830f3e6079f6
Author: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2022-08-10 11:12:34 +0000
Commit: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2022-08-10 11:12:34 +0000
www/pydio-cells: Fix typo in RC script
PR: 265730
Reported by: Boris Korzun <drtr0jan@yandex.ru>
---
www/pydio-cells/files/cells.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/pydio-cells/files/cells.in b/www/pydio-cells/files/cells.in
index b90b2995024e..342b759843a1 100644
--- a/www/pydio-cells/files/cells.in
+++ b/www/pydio-cells/files/cells.in
@@ -79,7 +79,7 @@ cells_stop()
kill -TERM ${_pid}
done
- wait_for_pids ${rc_pid} ${children_pids}
+ wait_for_pids ${rc_pid} ${_children_pids}
}
run_rc_command "$1"