We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c74549 commit 7125da0Copy full SHA for 7125da0
xfel/small_cell/README.md
@@ -76,7 +76,7 @@ provided here:
76
$ ./globusconnectpersonal -setup --no-gui # authenticate and note the endpoint uuid
77
$ export DEST_UUID=<uuid from last step>
78
$ export SRC_UUID=4daf664e-f07f-11eb-8329-f56dd2959cb8 # this is the CXIDB Globus endpoint
79
- $ ./globusconnectpersonal -start -restrict-paths $GLOBUS_DEST
+ $ ./globusconnectpersonal -start -restrict-paths $GLOBUS_DEST & # run in background
80
$ conda install globus-cli -c conda-forge
81
$ globus login
82
$ cd $GLOBUS_DEST
0 commit comments