From 8e4df055dff77714bac33b6705678c14f5352fca Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 31 Mar 2007 14:02:19 +0200 Subject: [PATCH] Adjust remove-CD color in grml-reboot --- etc/init.d/grml-reboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index a3251f5..990736b 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper, (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Mär 31 13:36:51 CEST 2007 [mika] +# Latest change: Sam Mär 31 14:02:06 CEST 2007 [mika] ################################################################################ export PATH=/sbin:/bin:/usr/bin:/usr/sbin @@ -177,7 +177,7 @@ if [ -z "$INSTALLED" -a -z "$NOPROMPT" ]; then umount -l /cdrom [ -n "$CDROM" -a -z "$NOEJECT" ] && eject -p "$CDROM" 2>/dev/null echo "" - echo "${CYAN}Please remove CD, close cdrom drive and hit return.${NORMAL}" + echo "${GREEN}Please remove CD, close cdrom drive and hit return.${NORMAL}" read fi fi -- 2.1.4