From 067674ca52bc42b7dcfee6740e78cb19653d802e Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 10 Mar 2019 19:58:30 -0400 Subject: [PATCH] Uncomment the copy command for migration --- migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.sh b/migration.sh index cbc58b41..d66efec6 100755 --- a/migration.sh +++ b/migration.sh @@ -11,7 +11,7 @@ echo This will create a new folder called $DEST with a copy of the data in $SRC echo suitably modified to work with OSCAR # #echo Copying $SRC to $DEST may take a while if you have many months of data -#cp -r $SRC $DEST +cp -r $SRC $DEST cd $DEST # for f in *.xml ; do