1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

www/pydio-cells: Fix typo in RC script

PR:		265730
Reported by:	Boris Korzun <drtr0jan@yandex.ru>
This commit is contained in:
Serhii (Sergey) Kozlov 2022-08-10 11:12:34 +00:00
parent e504f87f76
commit 33fb6bd864

View File

@ -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"