FAQ | This is a LIVE service | Changelog

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

Revert "Update weekly_export.sh"

This reverts commit 439f5cef
parent 439f5cef
No related branches found
No related tags found
1 merge request!12Revert "Update weekly_export.sh"
......@@ -34,7 +34,7 @@ EXPORT_FILENAME=canto_server_export_latest.json
log "Starting"
if ./canto/script/canto_docker --tty ./script/canto_export.pl canto-json --export-curator-names --export-approved > "${EXPORT_DIR}/${EXPORT_FILENAME}"; then
if ./canto/script/canto_docker ./script/canto_export.pl canto-json --export-curator-names --export-approved > "${EXPORT_DIR}/${EXPORT_FILENAME}"; then
log "Approved sessions exported into ${EXPORT_DIR} successful"
......@@ -77,4 +77,4 @@ else
fi
exit
exit
\ No newline at end of file
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