FAQ | This is a LIVE service | Changelog

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

Update weekly_routine.sh

commenting line 270, for testing with a previous FBrf list file.
parent 5c0bc90d
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ check_if_canto_restart_required
CURATEDPAPERLISTFILE="./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}"
#/usr/bin/perl /data/export/support_scripts/get_fbrfs_to_add_to_canto.pl /data/export/support_scripts/modules_server.cfg > "${CURATEDPAPERLISTFILE}"
# Test fbrf_input_list.tsv exists and isn't empty
if [[ ( -e "${CURATEDPAPERLISTFILE}" ) && ( -s "${CURATEDPAPERLISTFILE}" ) ]]; then
......
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