diff options
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-x | rc.d/init.d/functions | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 1ecdfa13..37b6ced7 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -1,4 +1,3 @@ - #!/bin/sh # # functions This file contains functions to be used by most or all @@ -25,7 +24,7 @@ if [ -z "$BOOTUP" ]; then # or in /usr/doc/initscripts-*/sysconfig.txt BOOTUP=color RES_COL=60 - MOVE_TO_COL="echo -en \\033[300C\\033[$[${COLUMNS}-${RES_COL}]D" + MOVE_TO_COL="echo -en \\033[${RES_COL}G" SETCOLOR_SUCCESS="echo -en \\033[1;32m" SETCOLOR_FAILURE="echo -en \\033[1;31m" SETCOLOR_WARNING="echo -en \\033[1;33m" |