FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Update weekly_routine.sh - stop archiving internally on archive folder and...

Merged Vitor Trovisco requested to merge testing into master
1 file
+ 2
7
Compare changes
  • Side-by-side
  • Inline
+ 2
7
@@ -169,13 +169,8 @@ function retry {
log "Starting"
# Create archive directory if required
ARCHIVE="${CANTOSPACE}/archive"
if [[ ! -d "${ARCHIVE}" ]]; then
log "Creating ${ARCHIVE}"
mkdir "${ARCHIVE}"
fi
# Define archive folder for input files
ARCHIVE="/data/export/archives/canto_input_archive"
# Create canto_support directory if required
DATA="${CANTOSPACE}/canto_support"
Loading