diff options
Diffstat (limited to 'chapter07/template.xml')
-rw-r--r-- | chapter07/template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/template.xml b/chapter07/template.xml index 91e65216b..cc61cb9ef 100644 --- a/chapter07/template.xml +++ b/chapter07/template.xml @@ -4,7 +4,7 @@ <para>Create the <filename>/etc/init.d/template</filename> script by running the following command:</para> -<para><screen><userinput>cat > template << "EOF"</userinput> +<para><screen><userinput>cat > /etc/init.d/template << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/ |