create the bin directory if it doesn't exist on startup
This commit is contained in:
parent
e41e0888fa
commit
c60ea95dbd
@ -4,8 +4,14 @@
|
||||
(ql:quickload "djula")
|
||||
(ql:quickload "frugal-uuid")
|
||||
|
||||
;; this is necessary to ensure relative pathnames work
|
||||
(setf *default-pathname-defaults* (uiop:getcwd))
|
||||
|
||||
;; make sure the bin directory exists
|
||||
;; not externed from uiop, but who cares
|
||||
(uiop::ensure-directories-exist "bin/")
|
||||
|
||||
|
||||
;;;; if you're gonna run a public instance, change to the url other people
|
||||
;;;; will use to connect!
|
||||
(defvar *server-external-address*
|
||||
|
Loading…
x
Reference in New Issue
Block a user