diff options
author | Efraim Flashner | 2020-03-12 14:54:05 +0000 |
---|---|---|
committer | Shepherd | 2020-03-12 14:54:05 +0000 |
commit | 22c687a77b745aa2429d7d2b26031906d175ec44 (patch) | |
tree | 88b621eafe84b67020c644ad6cf33280ba8da448 | |
parent | 7be76d83805ce7c0891996ec2a13c2ad28ee0694 (diff) | |
download | gn-shepherd-services-22c687a77b745aa2429d7d2b26031906d175ec44.tar.gz |
shepherd: update update-archive script
-rwxr-xr-x | update_archive-pubmed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_archive-pubmed.sh b/update_archive-pubmed.sh index 855ed2d..fb94ee7 100755 --- a/update_archive-pubmed.sh +++ b/update_archive-pubmed.sh @@ -1,2 +1,2 @@ #!/bin/sh -/bin/su -l hchen -c 'export EDIRECT_PUBMED_MASTER=/export2/PubMed; export PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt; export NLTK_DATA=/export2/PubMed/nltk_data; export PATH=$(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build edirect-gn)/bin:$PATH; $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build edirect-gn)/bin/archive-pubmed' +/bin/su -l hchen -c 'export EDIRECT_PUBMED_MASTER=/export2/PubMed; export PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt; export NLTK_DATA=/export2/PubMed/nltk_data; unset PATH; $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build edirect-gn)/bin/archive-pubmed' |