summaryrefslogtreecommitdiff
path: root/postinst-runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-06-07 02:05:28 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-06-07 02:05:28 +0300
commit28dfe2564c8f6bc4422b4d1eee7d707190bea7db (patch)
tree854925356f7bfc4583108e0ac0ec0f46329e3397 /postinst-runit
parent929b68010b357893a3d2e4515e1d6516f332cf98 (diff)
Fix typos
Diffstat (limited to 'postinst-runit')
-rw-r--r--postinst-runit3
1 files changed, 1 insertions, 2 deletions
diff --git a/postinst-runit b/postinst-runit
index 3a51832..8b09a95 100644
--- a/postinst-runit
+++ b/postinst-runit
@@ -16,8 +16,7 @@ restart installation.
16EOF 16EOF
17 exit 1 17 exit 1
18fi 18fi
19NAME=#NAME# 19ln -s '/etc/sv/#NAME#' "$SV_DIR/"
20ln -s "/etc/sv/$NAME" "$SV_DIR/$NAME"
21 20
22 21
23 22