Delete the music/library directory which held an erroneous path to a softlink that doesn't exist in prod.
This commit is contained in:
parent
efe993e0c1
commit
d2508451d0
|
|
@ -1012,8 +1012,11 @@
|
||||||
|
|
||||||
(defun ensure-radiance-environment ()
|
(defun ensure-radiance-environment ()
|
||||||
"Ensure RADIANCE environment is properly configured for persistence"
|
"Ensure RADIANCE environment is properly configured for persistence"
|
||||||
(unless (radiance:environment)
|
(if (radiance:environment)
|
||||||
(setf (radiance:environment) "asteroid"))
|
(format t "~2&Looks like default environment: ~A~2%" (radiance:environment))
|
||||||
|
(progn
|
||||||
|
(setf (radiance:environment) "asteroid")
|
||||||
|
(format t "~2&Set environment to: ~A~2%" (radiance:environment))))
|
||||||
|
|
||||||
(log:info "~2&~15A - ~A~%~15A - ~A~%~15A - ~A~%~15A - ~A~%~15A - ~A~2%"
|
(log:info "~2&~15A - ~A~%~15A - ~A~%~15A - ~A~%~15A - ~A~%~15A - ~A~2%"
|
||||||
":configuration"
|
":configuration"
|
||||||
|
|
@ -1049,4 +1052,3 @@
|
||||||
;; For now, use the "Scan Library" button in the admin interface
|
;; For now, use the "Scan Library" button in the admin interface
|
||||||
|
|
||||||
(run-server))
|
(run-server))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/fade/Media/Music
|
|
||||||
Loading…
Reference in New Issue