diff options
-rw-r--r-- | genenetwork-local-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index fee89d6..edc307d 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -203,7 +203,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (passwd:uid (getpw "genenetwork")) (passwd:gid (getpw "genenetwork")))) (append - ("/etc/genenetwork/conf" "/genenetwork2/flask_session") + '("/etc/genenetwork/conf" "/genenetwork2/flask_session") (find-files #$(dirname gn-auth-secrets) #:directories? #t) (find-files #$(dirname gn2-secrets) |