From 590adf623afff95c4b601f6e01ebe0418bedc412 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 6 Jan 2017 15:49:04 +0100 Subject: ifup-eth: remove quote marks With quote marks all the parameters to dhclient are passed as one Resolves: #1410429 --- sysconfig/network-scripts/ifup-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index 15f89ea3..12cb2a6c 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -324,7 +324,7 @@ if [[ "${DHCPV6C}" = [Yy1]* ]] && [ -x /sbin/dhclient ]; then DHCLIENTARGS="-6 -1 ${DHCPV6C_OPTIONS} ${DHCLIENTCONF} -lf /var/lib/dhclient/dhclient6-${DEVICE}.leases -pf /var/run/dhclient6-${DEVICE}.pid ${DHCP_HOSTNAME:+-H $DHCP_HOSTNAME} ${DEVICE}" fi - if /sbin/dhclient "$DHCLIENTARGS"; then + if /sbin/dhclient $DHCLIENTARGS; then echo $" done." else echo $" failed." -- cgit v1.2.1