summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index 15237680..586c1854 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -31,7 +31,7 @@ if [ -n "$2" ] ; then
echo -e "$message This error is not fatal - continuing ...\n"
[ "$DEBUGLEVEL" -gt 2 ] && usleep 20
else
- echo -e "Running shell for debugging purposes now ...\n"
+ echo -e "$message Running shell for debugging purposes now ...\n"
/bin/sh
fi
}