v3
This commit is contained in:
@@ -230,7 +230,7 @@ STATUS(){
|
||||
if [ "${ST_ACTION}" != "check" ]; then
|
||||
c=0; cw=22; spc=''
|
||||
spc1=${cw}-${#REPL_DESC[${rcheck}]}
|
||||
timeout=`date --date='10 seconds' +%s`
|
||||
timeout=`date --date='20 seconds' +%s`
|
||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||
echo -en " ${REPL_DESC[${rcheck}]}${spc}: "
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user