From 374112093a84ba77e80503cc3684fb8268e76f17 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Wed, 6 Apr 2011 13:17:53 +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: 20679
---
 openbis/dist/admin/upgrade.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/dist/admin/upgrade.sh b/openbis/dist/admin/upgrade.sh
index baea62224a1..bef89228a98 100755
--- a/openbis/dist/admin/upgrade.sh
+++ b/openbis/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