diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 10e4ece..d8d1146 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -112,7 +112,7 @@ case $1 in rm -rf "$TMP_BACKUP" ;; 'list') - echo -e "${CS[color,Yellow]}============ Available Backups ============${CS[color,Default]}" + echo -e "${CS[color,Yellow]}============ Available Backups2 ============${CS[color,Default]}" for day in $BACKUP_PATH* ; do echo -e "${CS[color,LightGreen]}-> `sed 's/.*\///' <<< $day`${CS[color,Default]}" for hour in $day/* ; do diff --git a/run.sh b/run.sh index a273800..a114ce7 100755 --- a/run.sh +++ b/run.sh @@ -17,4 +17,3 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1 >/dev/null`" != "`g fi ./mysqlbu-scripts.sh $1 $2 exit 0 -