FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e62d5cb3 authored by James Nairn's avatar James Nairn
Browse files

Misplaced double quote

parent bf97529d
No related branches found
No related tags found
1 merge request!6Testing
......@@ -225,7 +225,7 @@ fi
if [[ -e ".${JSONIMPORTFILE}" ]]; then
# Define filename
JSONARCHIVE="import-fbrfs_list_$(date +"%Y-%m-%d)"
JSONARCHIVE="import-fbrfs_list_$(date +"%Y-%m-%d")
# Copy /import_export/import-fbrfs.json to archive
log "Copying .${JSONIMPORTFILE} to ${ARCHIVE}/${JSONARCHIVE}"
......
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