projects
/
live-initramfs-grml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa289d3
)
Adjust spacing in grml/05mountpoints
author
Michael Prokop
<mika@grml.org>
Fri, 14 Nov 2008 23:59:28 +0000
(
00:59
+0100)
committer
Michael Prokop
<mika@grml.org>
Fri, 14 Nov 2008 23:59:28 +0000
(
00:59
+0100)
grml/05mountpoints
patch
|
blob
|
history
diff --git
a/grml/05mountpoints
b/grml/05mountpoints
index
06058ce
..
e2b07a4
100755
(executable)
--- a/
grml/05mountpoints
+++ b/
grml/05mountpoints
@@
-35,7
+35,7
@@
fi
MOUNTED_ON=$(grep /live/image /proc/mounts 2>/dev/null | cut -f 1 -d " ")
if [ -n "$MOUNTED_ON" ] ; then
- echo "-> Mounted live system on $MOUNTED_ON">/dev/console
+ echo "
-> Mounted live system on $MOUNTED_ON">/dev/console
fi
log_end_msg