about summary refs log tree commit diff
path: root/1
diff options
context:
space:
mode:
Diffstat (limited to '1')
-rwxr-xr-x14
1 files changed, 2 insertions, 2 deletions
diff --git a/1 b/1
index 9e9f413..6938bc8 100755
--- a/1
+++ b/1
@@ -5,7 +5,7 @@ PATH=/usr/bin:/usr/sbin
 
 . /etc/runit/functions
 
-msg "Welcome to Void!\n"
+msg "Welcome to Void!"
 
 [ -r /etc/rc.conf ] && . /etc/rc.conf
 
@@ -25,4 +25,4 @@ fi
 mkdir -p /run/runit
 install -m100 /dev/null /run/runit/stopit
 
-msg "Initialization complete, running stage 2...\n"
+msg "Initialization complete, running stage 2..."