FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4e6210f8 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update weekly_routine.sh

testing using full filepath instead of 'here' (.) for CURATEDPAPERLISTFILE (i.e. fbrf_input_list.tsv)
parent becfec8b
No related branches found
No related tags found
1 merge request!9merging vitor_testing into testing
......@@ -267,7 +267,7 @@ check_if_canto_restart_required
# fbrf_input_list.tsv, will be empty
# Define refs import file
CURATEDPAPERLISTFILE="./fbrf_input_list.tsv"
CURATEDPAPERLISTFILE="${CANTOSPACE}/fbrf_input_list.tsv"
log "Creating ${CURATEDPAPERLISTFILE}"
/usr/bin/perl /data/export/support_scripts/get_fbrfs_to_add_to_canto.pl /data/export/support_scripts/modules_server.cfg > "${CURATEDPAPERLISTFILE}"
......
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