We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637ef1 commit 4e61e87Copy full SHA for 4e61e87
S3_NRT.sh
@@ -7,10 +7,10 @@
7
# 00 12 * * * /bin/bash -c "/path/to/wrapper/S3_NRT.sh" > /path/to/log/log_NRT.txt
8
9
# use SNAP gpt
10
-export PATH=/srv/home/8675309/local/snap/bin:${PATH}
+export PATH=/path/to/snap/bin:${PATH}
11
12
# activate SICE anaconda virtual environment
13
-. /srv/home/8675309/local/anaconda/envs/SICE/bin/activate
+. /path/to/anaconda/envs/SICE/bin/activate
14
15
set -o errexit
16
set -o nounset
0 commit comments