Uncomment the copy command for migration

This commit is contained in:
Phil Olynyk 2019-03-10 19:58:30 -04:00
parent 771ba88a91
commit 067674ca52

View File

@ -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 suitably modified to work with OSCAR
# #
#echo Copying $SRC to $DEST may take a while if you have many months of data #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 cd $DEST
# #
for f in *.xml ; do for f in *.xml ; do