FAQ | This is a LIVE service | Changelog

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

Revert "Update weekly_routine.sh"

This reverts commit 9279042d
parent 5d4c6a2a
No related branches found
No related tags found
1 merge request!11Revert "Update weekly_routine.sh"
......@@ -306,7 +306,7 @@ fi
# As this is not running relative to Docker we need to prefix the path
# with . to choose import-export in current directory. Otherwise script would look in
# root of disk.
if [[ -e "${JSONIMPORTFILE}" ]]; then
if [[ -e ".${JSONIMPORTFILE}" ]]; then
# Define filename
JSONARCHIVE="import-fbrfs_json_$(date +"%Y-%m-%d")"
......
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