Skip to content
Snippets Groups Projects
Commit cf19332b authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Let's copy to the right staging area

parent 7f06f86a
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1445Added copying of mark 4 observations to the WS staging area
Pipeline #11523 passed
......@@ -49,7 +49,7 @@ NGASHOSTARR=(`/bin/echo ${NGASHOSTSTR}`) # Put the space-delimited host list int
NGASHOSTLEN=${#NGASHOSTARR[@]}
# Copy from the difx area to the Workspaces staging area
WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.vlbiStagingDirectory)
WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.stagingDirectory)
/bin/cp -r $1 $WSSTAGINGDIR
OBSDIR=$(/bin/basename $1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment