From 136de76d7ffcb02a0edc189b7f2f9ec320e64cf0 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 7 Aug 2020 14:33:25 +0200 Subject: [slx-network] fix -t with busybox's timeout --- modules.d/slx-network/scripts/udhcpc-trigger.stage3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.d/slx-network/scripts/udhcpc-trigger.stage3') diff --git a/modules.d/slx-network/scripts/udhcpc-trigger.stage3 b/modules.d/slx-network/scripts/udhcpc-trigger.stage3 index 27c0f22a..25d036c8 100755 --- a/modules.d/slx-network/scripts/udhcpc-trigger.stage3 +++ b/modules.d/slx-network/scripts/udhcpc-trigger.stage3 @@ -67,7 +67,7 @@ rm -f -- "/etc/resolv.conf" reverse_lookup() { [ -z "$dns" ] && return [ -z "$1" ] && return - timeout -t 3 nslookup "$1" | grep -E "^Address +[0-9]+: +$1 " | head -n 1 | awk '{print $4}' + timeout 3 nslookup "$1" | grep -E "^Address +[0-9]+: +$1 " | head -n 1 | awk '{print $4}' } echo "# From DHCP in stage 3.1" >> "$NETWORK_CONF" -- cgit v1.2.3-55-g7522