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