diff options
Diffstat (limited to 'src.etc')
-rwxr-xr-x | src.etc/init.d/mountall | 2 |
1 files changed, 1 insertions, 1 deletions
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 |