FAQ | This is a LIVE service | Changelog

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

Revert "Update weekly_export.sh"

This reverts commit 6dc7251d
parent 7f1e0072
No related branches found
No related tags found
1 merge request!13Revert "Update weekly_export.sh"
......@@ -34,7 +34,7 @@ EXPORT_FILENAME=canto_server_export_latest.json
log "Starting"
if ./canto/script/canto_docker ./script/canto_export.pl --tty 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