Update mysqlbu-scripts.sh
This commit is contained in:
@@ -51,11 +51,11 @@ DELETE_BACKUP() {
|
|||||||
tba=`expr $tba + 1`
|
tba=`expr $tba + 1`
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! exists $1 in $tbus; then
|
[ ! ${tbus[$1]+abc} ] && {
|
||||||
echo "Incorrect entry, please select again...";
|
echo "Incorrect entry, please select again...";
|
||||||
sleep 5
|
sleep 5
|
||||||
DELETE_MENU
|
DELETE_MENU
|
||||||
fi
|
}
|
||||||
|
|
||||||
sbu1=${tbus[$1]}
|
sbu1=${tbus[$1]}
|
||||||
thr=`echo ${sbu1//_BASE/} | sed 's/.*\///'`
|
thr=`echo ${sbu1//_BASE/} | sed 's/.*\///'`
|
||||||
|
|||||||
Reference in New Issue
Block a user