revisions

This commit is contained in:
pls.153 2023-08-27 18:29:17 +02:00
parent ff3022db4a
commit 9453b7dc7d
3 changed files with 10 additions and 2 deletions

View file

@ -93,7 +93,7 @@ it saves uploaded files on the server."
(save-file (get-stream (get-http-connection http-request))
(parse-integer (cdr (assoc :content-length headers)))
boundary)
(loc:check-offline-map) ; evtl. tiles to extract
(loc:extract-map-bin t) ; evtl. tiles to extract
;; if uploaded file is app:*backup-data-file*, unzip data, close app
;; (restart needed)
(let ((data.zip (x:cc "data/" app:*backup-data-file*)))