Update mysqlbu-scripts.sh
This commit is contained in:
@@ -308,6 +308,7 @@ case $1 in
|
||||
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
|
||||
echo ""
|
||||
echo -e "${idsCL[LightYellow]}============ Available MySQL Backups ============${idsCL[Default]}"
|
||||
echo "HERE: '${BACKUP_PATH}/latest'"
|
||||
for day in $BACKUP_PATH* ; do
|
||||
if [ "${day}" != "${BACKUP_PATH}/latest" ]; then
|
||||
tdt=`sed 's/.*\///' <<< $day`
|
||||
|
||||
Reference in New Issue
Block a user