From 1b367cbeda9447d771b09831c1e9c83cadbee55e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 21:35:26 +0100 Subject: examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities Signed-off-by: Denys Vlasenko --- examples/udhcp/sample.deconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/udhcp/sample.deconfig') diff --git a/examples/udhcp/sample.deconfig b/examples/udhcp/sample.deconfig index b221bcf..a893de8 100755 --- a/examples/udhcp/sample.deconfig +++ b/examples/udhcp/sample.deconfig @@ -1,4 +1,4 @@ #!/bin/sh # Sample udhcpc deconfig script -/sbin/ifconfig $interface 0.0.0.0 +ifconfig $interface 0.0.0.0 -- cgit v1.1