/etc/grml/lsb-functions: put log_end_msg exactly one char to the left
[grml-etc-core.git] / etc / grml / lsb-functions
index c21dd2c..82d234f 100644 (file)
@@ -771,7 +771,7 @@ else
 fi
 
 if [[ ${RC_ENDCOL} == yes ]]; then
-       ENDCOL=$'\e[A\e['$(( COLS - 7 ))'G'
+       ENDCOL=$'\e[A\e['$(( COLS - 8 ))'G'
 else
        ENDCOL=''
 fi