fix issue with server projects dir initialization
This commit is contained in:
parent
b4b31436ce
commit
e1162166b7
|
@ -130,6 +130,8 @@
|
|||
|
||||
;; cleanly recovers from potential crash situations
|
||||
(define (server-cleanup-unused-files)
|
||||
(unless (directory-exists? *server-files-path*)
|
||||
(make-directory* *server-files-path*))
|
||||
(define existing-ids (mutable-set))
|
||||
(call-with-transaction (current-db) (lambda ()
|
||||
(define (cleanup id exists? path)
|
||||
|
|
Loading…
Reference in New Issue