diff options
| -rw-r--r-- | debian/live-initramfs.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index f7ac223..07f707c 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -161,7 +161,7 @@ do_stop () stty sane < /dev/console - echo -n -e "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console + printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console if [ -x /sbin/usplash_write ] then |
