From 96bf7b320708d97ed9fdf574ca69fc88368c3b8c Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 6 Apr 2011 13:17:28 +0000 Subject: [PATCH] MINOR: Fixed bug in the generation of the name of the backup directory. Was using the month number, not the minute. SVN: 20678 --- screening/dist/admin/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/dist/admin/upgrade.sh b/screening/dist/admin/upgrade.sh index 4214925d43d..60c30ccf8d6 100755 --- a/screening/dist/admin/upgrade.sh +++ b/screening/dist/admin/upgrade.sh @@ -11,7 +11,7 @@ source $BASE/env ROOT_DIR=$BASE/../servers -NOW=`date +%y%m%d-%H%m` +NOW=`date +%y%m%d-%H%M` BACKUP_DIR=$BASE/../backup/$NOW $BASE/alldown.sh -- GitLab