From 71a67ec02647a0bfd8123d37ad3837e8337f82f8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 09 May 2014 20:55:26 -0400 Subject: /etc/init.d/mountall: Fix message newline. --- (limited to 'src.etc') diff --git a/src.etc/init.d/mountall b/src.etc/init.d/mountall index d3e65b5..4882427 100755 --- a/src.etc/init.d/mountall +++ b/src.etc/init.d/mountall @@ -4,7 +4,7 @@ start() { printf 'Mounting file systems... ' [ -r /etc/fstab ] && mount -a - printf 'done\n.' + printf 'done.\n' } case "${1}" in -- cgit v0.9.1