FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Revert "Update weekly_routine.sh"

Merged Vitor Trovisco requested to merge revert-9279042d into testing
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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")"
Loading