aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/introduction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml
index 780c36a42..644520d4a 100644
--- a/chapter07/introduction.xml
+++ b/chapter07/introduction.xml
@@ -182,7 +182,7 @@ ln -svfn init-systemd /sbin/init
ln -svfn init.d-systemd /etc/init.d
for tool in halt poweroff reboot runlevel shutdown telinit; do
- ln -sfvn $(tool}-systemd /sbin/${tool}
+ ln -sfvn ${tool}-systemd /sbin/${tool}
ln -svfn ${tool}-systemd.8 /usr/share/man/man8/${tool}.8
done