aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index d6efca3c..660b4912 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -313,11 +313,11 @@ status() {
echo_success() {
[ "$BOOTUP" = "color" ] && $MOVE_TO_COL
- echo -n "[ "
+ echo -n "["
[ "$BOOTUP" = "color" ] && $SETCOLOR_SUCCESS
- echo -n $"OK"
+ echo -n $" OK "
[ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
- echo -n " ]"
+ echo -n "]"
echo -ne "\r"
return 0
}