Update mysqlbu-scripts.sh
This commit is contained in:
@@ -51,7 +51,7 @@ DELETE_BACKUP() {
|
|||||||
tba=`expr $tba + 1`
|
tba=`expr $tba + 1`
|
||||||
done
|
done
|
||||||
|
|
||||||
sbu1=$tbus[$1]
|
sbu1=${tbus[$1]}
|
||||||
thr=`echo ${sbu1//_BASE/} | sed 's/.*\///'`
|
thr=`echo ${sbu1//_BASE/} | sed 's/.*\///'`
|
||||||
bsz=`du -sh ${thr} | awk '{print $1}'`
|
bsz=`du -sh ${thr} | awk '{print $1}'`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user