Explorar o código

Removed && from the last line of commands to be executed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=24) %!d(string=hai) anos
pai
achega
e4893a1d72
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      chapter07/ethnet-symperm.xml

+ 1 - 2
chapter07/ethnet-symperm.xml

@@ -28,8 +28,7 @@ running the following commands:
 	<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;
 		</userinput>
 	<userinput>cd ../rc6.d &amp;&amp;</userinput>
-        <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
-                </userinput>
+        <userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
 </literallayout></blockquote>
 
 </sect2>