nixos/ircd-hybrid: fix bug in which fails to substitute iproute2 (#390833)

This commit is contained in:
Preston Pan
2025-03-18 17:46:55 +01:00
committed by GitHub
parent be1654a0a6
commit 437ae0fb4e
@@ -6,7 +6,7 @@ export PATH=@coreutils@/bin
if test "$1" = "start"; then
if ! @procps@/bin/pgrep ircd; then
if @ipv6Enabled@; then
while ! @iproute@/sbin/ip addr |
while ! @iproute2@/sbin/ip addr |
@gnugrep@/bin/grep inet6 |
@gnugrep@/bin/grep global; do
sleep 1;