From ad83f72ad8ff3782a03c2bbd97cd746f908c9166 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Tue, 24 Jul 2007 14:48:14 +0000 Subject: Remove extraneous && in chained commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/network.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07/network.xml') diff --git a/chapter07/network.xml b/chapter07/network.xml index 7df7ae82e..dc4f05a8f 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -109,8 +109,8 @@ The following command creates a sample ipv4 file for the eth0 device: -cd /etc/sysconfig/network-devices && -mkdir -v ifconfig.eth0 && +cd /etc/sysconfig/network-devices +mkdir -v ifconfig.eth0 cat > ifconfig.eth0/ipv4 << "EOF" ONBOOT=yes SERVICE=ipv4-static -- cgit v1.2.3-54-g00ecf