From 86737438b9e726e203433e634cd9d69ec349dce6 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 7 Sep 2011 12:32:21 +0000 Subject: [PATCH] minor: fix typo in script log message SVN: 22824 --- installation/resource/installer/bin/backup-installation.sh | 2 +- screening/dist/admin/backup-installation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/resource/installer/bin/backup-installation.sh b/installation/resource/installer/bin/backup-installation.sh index 67b3d28ebed..8bd2f5472aa 100755 --- a/installation/resource/installer/bin/backup-installation.sh +++ b/installation/resource/installer/bin/backup-installation.sh @@ -24,7 +24,7 @@ $BASE/backup-config.sh $CONFIG OLD_BIS=$BACKUP_DIR/openBIS-server -echo "Copying old installation to backup dir" +echo "Moving old installation to backup dir" echo "mv $ROOT_DIR/openBIS-server $OLD_BIS" mv $ROOT_DIR/openBIS-server $OLD_BIS diff --git a/screening/dist/admin/backup-installation.sh b/screening/dist/admin/backup-installation.sh index 6aff8db91fd..207100d3cb3 100755 --- a/screening/dist/admin/backup-installation.sh +++ b/screening/dist/admin/backup-installation.sh @@ -24,7 +24,7 @@ $BASE/backup-config.sh $CONFIG OLD_BIS=$BACKUP_DIR/openBIS-server -echo "Copying old installation to backup dir" +echo "Moving old installation to backup dir" echo "mv $ROOT_DIR/openBIS-server $OLD_BIS" mv $ROOT_DIR/openBIS-server $OLD_BIS -- GitLab